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:
- name: clone
run: |
apt install git;
git init;
git remote add origin "${{ github.repository }}";
git pull --depth=1;
apt update
apt install git
git init
git remote add origin "${{ github.repository }}"
git pull --depth=1
configuration:
runs-on: private-vault
needs: