parent
f1796b2ea1
commit
f1453b0c2f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
- 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 --local http.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
|
||||
|
||||
|
|
Loading…
Reference in a new issue