Add test
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: staffadmin/gitea-runner
|
repository: staffadmin/gitea-runner
|
||||||
token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
|
token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
|
||||||
path: test
|
# path: test
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
|||||||
Reference in New Issue
Block a user