From 0309c02b78bc657e8f126747079b52f966447a89 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 13 Nov 2023 19:29:33 +0100 Subject: [PATCH] test-repo --- .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 057c90e..405042d 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout private tools uses: actions/checkout@v3 with: - repository: :443/staffadmin/gitea-runner + repository: /staffadmin/gitea-runner persist-credentials: false ssh-strict: false #token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT