feature/forgejo-actions #2

Zusammengeführt
sebastian hat 54 Commits von feature/forgejo-actions nach main 2025-01-28 10:11:34 +00:00 zusammengeführt
Nur Änderungen aus Commit fb83eadc84 werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -3,14 +3,10 @@ on: [push]
jobs:
clone:
runs-on: private-vault
container:
image: docker.io/node:lts
steps:
- name: clone
run: |
apt update
apt install git
git init
git remote add origin "${{ github.repository }}"
git pull --depth=1
- uses: actions/checkout@v3
configuration:
runs-on: private-vault
needs: