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: 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: