From 533ec5356f80db68b2de2ab4ad5f01f53d9fc88a Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Wed, 16 Jul 2025 09:52:14 -0700 Subject: [PATCH] Update potential EOF not being treated as a string issue --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 02fa4660..7ccee7a8 100644 --- a/action.yml +++ b/action.yml @@ -160,7 +160,7 @@ runs: echo "${{ inputs.allowed_domains }}" > $RUNNER_TEMP/whitelist.txt # Configure Squid - sudo tee /etc/squid/squid.conf << 'EOF' + sudo tee /etc/squid/squid.conf << EOF http_port 127.0.0.1:3128 acl whitelist dstdomain "$RUNNER_TEMP/whitelist.txt" acl localhost src 127.0.0.1/32