diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index f004543..2d2fca8 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -14,7 +14,7 @@ jobs: with: repository: staffadmin/gitea-runner token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT - path: test + # path: test - name: Check out repository code uses: actions/checkout@v3 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."