ci: 👷 修改checkout 参数
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 42s

This commit is contained in:
jqtmviyu 2024-07-25 04:40:59 +08:00
parent fc7ff0633c
commit de96b59588

View File

@ -15,6 +15,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
with:
repository: ${{ gitea.repository }}
github-server-url: 'http://172.17.0.1:3000'
- 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."