test runner

This commit is contained in:
2023-11-13 14:09:33 +01:00
parent ddbe7fe53e
commit ed9cb7a672

View File

@@ -13,11 +13,12 @@ jobs:
uses: actions/checkout@v3
with:
repository: staffadmin/gitea-runner
persist-credentials: false
#token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
#key: ${{ secrets.PRIVATE_KEY }}
# path: test
- name: Check out repository code
uses: actions/checkout@v3
# - name: Check out repository code
# uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository