You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 using
wget
ifcurl
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.The text was updated successfully, but these errors were encountered: