diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 9ae2ee5..5716a84 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Debug runner (act actions path) - run: tree -lah /var/run/act/workflow + run: ls -lah /var/run/act/workflow # - name: Debug runner (act help) # run: act --help