Update potential EOF not being treated as a string issue
This commit is contained in:
parent
f1e95926d6
commit
533ec5356f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user