ci: 👷 修改 base url
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 59s

This commit is contained in:
jqtmviyu 2024-07-25 04:38:06 +08:00
parent 89cbdda6d8
commit fc7ff0633c

View File

@ -15,7 +15,7 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: http://git.mido.lan/${{ 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 ${{ 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."
- name: List files in the repository - name: List files in the repository