mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 23:14:13 +08:00
Update potential EOF not being treated as a string issue
This commit is contained in:
@@ -160,7 +160,7 @@ runs:
|
|||||||
echo "${{ inputs.allowed_domains }}" > $RUNNER_TEMP/whitelist.txt
|
echo "${{ inputs.allowed_domains }}" > $RUNNER_TEMP/whitelist.txt
|
||||||
|
|
||||||
# Configure Squid
|
# Configure Squid
|
||||||
sudo tee /etc/squid/squid.conf << 'EOF'
|
sudo tee /etc/squid/squid.conf << EOF
|
||||||
http_port 127.0.0.1:3128
|
http_port 127.0.0.1:3128
|
||||||
acl whitelist dstdomain "$RUNNER_TEMP/whitelist.txt"
|
acl whitelist dstdomain "$RUNNER_TEMP/whitelist.txt"
|
||||||
acl localhost src 127.0.0.1/32
|
acl localhost src 127.0.0.1/32
|
||||||
|
|||||||
Reference in New Issue
Block a user