From 88ea04edc4a7c4f9fbfd928c27a4edb41aea9544 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Tue, 2 Sep 2025 16:23:19 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=B8=BAJob=E6=B7=BB=E5=8A=A0=E7=BD=91?= =?UTF-8?q?=E7=BB=9C=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index c537cc6..bea9390 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -5,6 +5,10 @@ on: [push] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest + env: + HTTP_PROXY: http://192.168.86.5:7890 + HTTPS_PROXY: http://192.168.86.5:7890 + NO_PROXY: localhost,127.0.0.1 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!"