2
0
Fork 0

fixed the missing indices
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Has been skipped
/ clone (push) Failing after 9s

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-01-19 10:44:09 +01:00
Ursprung f6353a44de
Commit da7dfbeb80

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: