diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 033c854..2d5e78b 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -12,6 +12,9 @@ jobs: - name: Debug runner (act actions path) run: ls -lah /var/run/act/workflow + - name: Debug get user and shell + run: echo users; echo whoami; echo $SHELL + # - name: Debug runner (act help) # run: act --help