This commit is contained in:
2023-11-13 13:46:35 +01:00
parent 52773d92d1
commit a3e0e645b6

View File

@@ -9,6 +9,12 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Checkout private tools
uses: actions/checkout@v3
with:
repository: staffadmin/gitea-runner
token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
path: test
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."