This commit is contained in:
2023-11-13 14:00:18 +01:00
parent a3e0e645b6
commit a57d2b4bbf

View File

@@ -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."