We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6818d commit bf5e14eCopy full SHA for bf5e14e
1 file changed
action.yml
@@ -29,7 +29,7 @@ runs:
29
else
30
URL="https://pkgs.tailscale.com/unstable/tailscale_${VERSION}_amd64.tgz"
31
fi
32
- curl $URL -o tailscale.tgz
+ curl -H user-agent:tailscale-github-action-v1 -L "$URL" -o tailscale.tgz
33
tar -C ${HOME} -xzf tailscale.tgz
34
rm tailscale.tgz
35
TSPATH=${HOME}/tailscale_${VERSION}_amd64
0 commit comments