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 da7dfbeb80 werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -6,10 +6,11 @@ jobs:
steps: steps:
- name: clone - name: clone
run: | run: |
apt install git; apt update
git init; apt install git
git remote add origin "${{ github.repository }}"; git init
git pull --depth=1; git remote add origin "${{ github.repository }}"
git pull --depth=1
configuration: configuration:
runs-on: private-vault runs-on: private-vault
needs: needs: