mirror of
https://gitea.com/Lydanne/ssh-action.git
synced 2025-07-31 23:38:06 +08:00
docs: document the new curl_insecure
configuration option
- Add `curl_insecure` option to README.md - Add `curl_insecure` option to README.zh-cn.md - Add `curl_insecure` option to README.zh-tw.md Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
@@ -49,6 +49,7 @@ Refer to [action.yml](./action.yml) for more detailed information.
|
||||
| debug | Enable debug mode | false |
|
||||
| allenvs | Pass the environment variables with prefix value of `GITHUB_` and `INPUT_` to the script | false |
|
||||
| request_pty | Request a pseudo-terminal from the server | false |
|
||||
| curl_insecure | Allow curl to connect to SSL sites without certificates | false |
|
||||
|
||||
**Note:** Users can add `set -e` in their shell script to achieve similar functionality to the removed `script_stop` option.
|
||||
|
||||
|
Reference in New Issue
Block a user