test
This commit is contained in:
@@ -11,9 +11,9 @@ jobs:
|
|||||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
#- run: sleep 60s
|
#- run: sleep 60s
|
||||||
- name: Checkout private tools
|
- name: Checkout private tools
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: staffadmin/gitea-runner
|
repository: gitea.jingoh.fr:443staffadmin/gitea-runner
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
ssh-strict: false
|
ssh-strict: false
|
||||||
#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
|
||||||
|
|||||||
Reference in New Issue
Block a user