tailscale / github-action

A GitHub Action to connect your workflow to your Tailscale network.
BSD 3-Clause "New" or "Revised" License
519 stars 78 forks source link

Fail if curl gets a non-200 response code #119

Closed awly closed 2 months ago

awly commented 2 months ago

If package or SHA download from pkgs.tailscale.com fails with a non-200 repsonse code, make the whole action fail. This catches things like incorrect versions.

Example failure: https://github.com/tailscale/github-action/actions/runs/8808942236/job/24178922442

Updates #118