From 0ec4a14e137c801afff33eac419dd53a133d7271 Mon Sep 17 00:00:00 2001 From: jqtmviyu Date: Thu, 25 Jul 2024 04:56:21 +0800 Subject: [PATCH] ci: :construction_worker: change proxy --- .gitea/workflows/demo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 326ab0c..dae0843 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,14 +6,14 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest env: - http_proxy: http://172.17.0.1:7890 - https_proxy: http://172.17.0.1:7890 + http_proxy: http://192.168.2.3:7890 + https_proxy: http://192.168.2.3:7890 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!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code - uses: https://proxy.hellohxx.top/https://github.com/actions/checkout + uses: actions/checkout@v4 with: repository: ${{ gitea.repository }} github-server-url: 'http://192.168.2.5:3000'