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

This commit is contained in:
lubiana 2023-10-16 20:46:39 +02:00
parent 0ecf1160d5
commit f1796b2ea1
No known key found for this signature in database

View file

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