diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index e728d5e..4c2f6b0 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -25,5 +25,5 @@ jobs: - name: list run: | ls - echo 'hallo' >> /toolcache/lol.txt - cat /toolcache/lol.txt \ No newline at end of file + pwd + ls / \ No newline at end of file