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

1.42 Fails with: "curl: command not found" #113

Open markstos opened 4 months ago

markstos commented 4 months ago

This could be run on a self-hosted runner or within a container with Github Actions, so assumptions can't be made about binaries are available in the environment.

In particular, all of them won't include curl.

To make the action more robust, it could try usingwget if curl is not available.

Otherwise, it should be disclaimed in the docs that curl is requirement of the container or host that this Action runs in.