.forgejo/workflows/demo.yml aktualisiert
This commit is contained in:
parent
12203e5375
commit
6988e6bd5d
1 changed files with 3 additions and 1 deletions
|
@ -19,4 +19,6 @@ jobs:
|
||||||
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 }}
|
||||||
|
-name: list
|
||||||
|
run: ls
|
Loading…
Reference in a new issue