diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 345a372..e728d5e 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -23,6 +23,7 @@ jobs: git fetch git checkout ${{ github.head_ref }} - name: list - run: ls - run: echo 'hallo' >> /toolcache/lol.txt - run: cat /toolcache/lol.txt \ No newline at end of file + run: | + ls + echo 'hallo' >> /toolcache/lol.txt + cat /toolcache/lol.txt \ No newline at end of file