diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index ea1ea41..125bd3c 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -10,10 +10,10 @@ jobs: REPO: '${{ github.repository }}' TOKEN: '${{ secrets.GITHUB_TOKEN }}' GIT_SERVER: 'hannover.ccc.de/gitlab' - run: | - git clone --branch $GITHUB_HEAD_REF https://${TOKEN}@${GIT_SERVER}/${REPO}.git . - git fetch - git checkout $GITHUB_HEAD_REF + run: | + git clone --branch $GITHUB_HEAD_REF https://${TOKEN}@${GIT_SERVER}/${REPO}.git . + git fetch + git checkout $GITHUB_HEAD_REF - name: lol run: | ls -l