change http_proxy

This commit is contained in:
jqtmviyu 2024-10-30 20:37:27 +08:00
parent d6a1523d41
commit 20ee8735a8

View File

@ -6,8 +6,8 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
http_proxy: http://172.17.0.1:8964 http_proxy: http://192.168.2.6:8964
https_proxy: http://172.17.0.1:8964 https_proxy: http://192.168.2.6:8964
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - 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!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"