Hi,
My workflow has some Docker commands that fail after the warp step is executed, so I tried to enable configure_docker_dns to true and that breaks the whole thing.
/home/runner/_work/_actions/Boostport/setup-cloudflare-warp/v1.14.0/dist/index.js:30726
if (err.code === "ENOENT") {
^
TypeError: Cannot read properties of null (reading 'code')
at /home/runner/_work/_actions/Boostport/setup-cloudflare-warp/v1.14.0/dist/index.js:30726:13
at FSReqCallback.oncomplete (node:fs:199:5)
Hi,
My workflow has some Docker commands that fail after the warp step is executed, so I tried to enable
configure_docker_dnstotrueand that breaks the whole thing.