1
0
mirror of https://gitea.com/actions/appleboy-ssh-action.git synced 2025-12-04 20:29:29 +00:00
Files
appleboy-ssh-action/entrypoint.sh
appleboy 20d5c5bbc9 feat: add configurable curl insecure flag to GitHub action
- Add input parameter `curl_insecure` to `action.yml` with a default value of false
- Pass `curl_insecure` input to the action's environment in `action.yml`
- Modify `entrypoint.sh` to conditionally add the `--insecure` option to curl if `INPUT_CURL_INSECURE` is true

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-03-29 12:43:09 +08:00

1.8 KiB
Executable File