test runner
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user