Remove unnecesssary NO_PROXY as packages are installed beforehand
This commit is contained in:
parent
7673148cfb
commit
168e891554
@ -177,9 +177,6 @@ runs:
|
|||||||
echo "https_proxy=http://127.0.0.1:3128" >> $GITHUB_ENV
|
echo "https_proxy=http://127.0.0.1:3128" >> $GITHUB_ENV
|
||||||
echo "HTTP_PROXY=http://127.0.0.1:3128" >> $GITHUB_ENV
|
echo "HTTP_PROXY=http://127.0.0.1:3128" >> $GITHUB_ENV
|
||||||
echo "HTTPS_PROXY=http://127.0.0.1:3128" >> $GITHUB_ENV
|
echo "HTTPS_PROXY=http://127.0.0.1:3128" >> $GITHUB_ENV
|
||||||
# Bypass proxy for package registries to avoid integrity check issues
|
|
||||||
echo "NO_PROXY=localhost,127.0.0.1,registry.npmjs.org,registry.yarnpkg.com" >> $GITHUB_ENV
|
|
||||||
echo "no_proxy=localhost,127.0.0.1,registry.npmjs.org,registry.yarnpkg.com" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Run Claude Code
|
- name: Run Claude Code
|
||||||
id: claude-code
|
id: claude-code
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user