test
Some checks failed
/ ls (push) Failing after 10s

This commit is contained in:
lubiana 2023-10-16 20:26:48 +02:00
parent 668dd79d07
commit 56cf5fec2e
No known key found for this signature in database

View file

@ -9,6 +9,6 @@ jobs:
- run: /usr/bin/git init $GITHUB_WORKSPACE
- run: /usr/bin/git remote add origin $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
- run: /usr/bin/git config --local gc.auto 0
- run: "/usr/bin/git config --local http.https://git.php.fail/.extraheader AUTHORIZATION: basic $GITHUB_TOKEN"
- run: "/usr/bin/git config --local http.https://git.php.fail/.extraheader \"AUTHORIZATION: basic $GITHUB_TOKEN\""
- run: /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin $GITHUB_REF_NAME