2
0
Fork 0

removed the usesless sleep
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Has been skipped
/ clone (push) Failing after 23s

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-01-19 10:39:20 +01:00
Ursprung 275fa13a27
Commit f6353a44de

Datei anzeigen

@ -6,7 +6,6 @@ jobs:
steps: steps:
- name: clone - name: clone
run: | run: |
sleep 300;
apt install git; apt install git;
git init; git init;
git remote add origin "${{ github.repository }}"; git remote add origin "${{ github.repository }}";