diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 215d0da..2b0d6bd 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -19,4 +19,6 @@ jobs: run: | git clone --branch $GITHUB_REF_NAME https://${TOKEN}@${GIT_SERVER}/${REPO}.git . git fetch - git checkout ${{ github.head_ref }} \ No newline at end of file + git checkout ${{ github.head_ref }} + -name: list + run: ls \ No newline at end of file