From 7e8e38fea6cd4f4cc70f52e4aa223b522a9f1469 Mon Sep 17 00:00:00 2001 From: xRain Date: Sun, 28 Jul 2024 21:57:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20action.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d6facb0..00164b4 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,9 @@ runs: with: entrypoint: "/bin/bash" args: | - -c "npm install && \ + -c "export https_proxy=http://100.100.13.14:8118 && \ + export http_proxy=http://100.100.13.14:8118 && \ + npm install && \ npm run build -- --output-path=dist" - uses: docker://ubuntu:latest