ci: 👷 修改checkout 参数
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 42s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 42s
This commit is contained in:
parent
fc7ff0633c
commit
de96b59588
@ -15,6 +15,7 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
repository: ${{ gitea.repository }}
|
||||||
github-server-url: 'http://172.17.0.1:3000'
|
github-server-url: 'http://172.17.0.1:3000'
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
|
Loading…
Reference in New Issue
Block a user