From 20ee8735a8dc03e1922c0306d91b43d71c85da4e Mon Sep 17 00:00:00 2001 From: jqtmviyu Date: Wed, 30 Oct 2024 20:37:27 +0800 Subject: [PATCH] change http_proxy --- .gitea/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index bfc4d5c..c8562a5 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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!"