test
This commit is contained in:
parent
3e6e8c70b8
commit
fc554efd13
1 changed files with 4 additions and 0 deletions
|
@ -8,3 +8,7 @@ jobs:
|
||||||
- run: env | sort
|
- run: env | sort
|
||||||
- run: /usr/bin/git init $GITHUB_WORKSPACE
|
- run: /usr/bin/git init $GITHUB_WORKSPACE
|
||||||
- run: /usr/bin/git remote add origin $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
|
- 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 -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin $GITHUB_REF_NAME
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue