.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
6988e6bd5d
commit
b8b172b3f4
1 changed files with 2 additions and 2 deletions
|
@ -20,5 +20,5 @@ jobs:
|
||||||
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 }}
|
||||||
-name: list
|
- name: list
|
||||||
run: ls
|
run: ls
|
Loading…
Reference in a new issue