Update .gitea/workflows/demo.yml
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 49s
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 49s
This commit is contained in:
parent
bbd45d3a4d
commit
af487d8e85
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,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: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
github-server-url: 'https://hannover.ccc.de/gitlab/'
|
||||
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
|
|
Loading…
Reference in a new issue