diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 6b337be..adae04a 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,7 +6,7 @@ jobs: steps: - name: Check out repository code uses: https://gitea.com/actions/checkout@v3 - - run: ls /workspace/jeff/MYDOC + - run: ls /var/run/act/workflow/3 - name: Use gitea Node.js uses: https://gitea.com/actions/setup-node@v4 with: