diff --git a/action.yml b/action.yml index d16584b..523fadc 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