.gitea/workflows/demo.yaml aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
This commit is contained in:
parent
e249d84bdd
commit
cef4751cad
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
- 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: Check out repository code
|
||||
uses: https://jusax.de/git/actions/checkout@v4
|
||||
uses: https://git.jusax.de/actions/checkout@v4
|
||||
with:
|
||||
path: 'git'
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner. Some change"
|
||||
|
|
Loading…
Reference in a new issue