Update potential EOF not being treated as a string issue

This commit is contained in:
km-anthropic
2025-07-16 09:52:14 -07:00
parent f1e95926d6
commit 533ec5356f

View File

@@ -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