ci: 👷 change localhost

This commit is contained in:
jqtmviyu 2024-10-30 19:54:16 +08:00
parent bdf0135661
commit 21e5e18215

View File

@ -6,8 +6,8 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
env:
http_proxy: http://172.17.0.1:8964
https_proxy: http://172.17.0.1:8964
http_proxy: http://192.168.2.6:8964
https_proxy: http://192.168.2.6:8964
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ${{ gitea.repository }}
github-server-url: 'http://172.17.0.1:3000'
github-server-url: 'http://192.168.2.6: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."
- name: List files in the repository