.forgejo/workflows/demo.yml aktualisiert
All checks were successful
Build / BuildAndDeploy (push) Successful in 5s
All checks were successful
Build / BuildAndDeploy (push) Successful in 5s
This commit is contained in:
parent
b9179c2088
commit
12203e5375
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ jobs:
|
||||||
TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
GIT_SERVER: 'git.php.fail'
|
GIT_SERVER: 'git.php.fail'
|
||||||
run: |
|
run: |
|
||||||
git clone --branch $GITHUB_REF_NAME https://${TOKEN}@${GIT_SERVER}${REPO}.git .
|
git clone --branch $GITHUB_REF_NAME https://${TOKEN}@${GIT_SERVER}/${REPO}.git .
|
||||||
git fetch
|
git fetch
|
||||||
git checkout ${{ github.head_ref }}
|
git checkout ${{ github.head_ref }}
|
Loading…
Reference in a new issue