diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 7aef63d..ea1ea41 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