ci: 👷 修改 baseurl
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
jqtmviyu 2024-07-25 04:42:29 +08:00
parent de96b59588
commit f1f079408a

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: ${{ gitea.repository }} repository: ${{ gitea.repository }}
github-server-url: 'http://172.17.0.1:3000' github-server-url: 'http://git.mido.lan'
- 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