.forgejo/workflows/demo.yml aktualisiert
All checks were successful
Build / BuildAndDeploy (push) Successful in 5s

This commit is contained in:
lubiana 2024-04-26 12:32:07 +00:00
parent b9179c2088
commit 12203e5375

View file

@ -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 }}