From a57d2b4bbfdeb8d6c75b4f609002a617d36b4ecf Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 13 Nov 2023 14:00:18 +0100 Subject: [PATCH] Add test --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."