mirror of
https://github.com/appleboy/ssh-action.git
synced 2026-03-15 06:58:04 +00:00
docs: document the new curl_insecure configuration option
Some checks failed
testing main branch / default-user-name-password (push) Failing after 7s
testing main branch / check-ssh-key (push) Failing after 9s
testing main branch / support-key-passphrase (push) Failing after 6s
testing main branch / multiple-server (push) Failing after 5s
testing main branch / support-ed25519-key (push) Failing after 6s
testing main branch / testing-with-env (push) Failing after 6s
testing main branch / testing ipv6 (push) Failing after 4m6s
testing main branch / some special character (push) Failing after 8s
testing main branch / testing-capturing-output (push) Failing after 5s
testing main branch / testing-script-stop (push) Failing after 5s
testing main branch / testing-script-error (push) Failing after 5s
testing stable version / default-user-name-password (push) Failing after 9s
testing stable version / check-ssh-key (push) Failing after 12s
testing stable version / support-key-passphrase (push) Failing after 10s
testing stable version / multiple-server (push) Failing after 8s
testing stable version / support-ed25519-key (push) Failing after 8s
testing stable version / testing-with-env (push) Failing after 15s
Some checks failed
testing main branch / default-user-name-password (push) Failing after 7s
testing main branch / check-ssh-key (push) Failing after 9s
testing main branch / support-key-passphrase (push) Failing after 6s
testing main branch / multiple-server (push) Failing after 5s
testing main branch / support-ed25519-key (push) Failing after 6s
testing main branch / testing-with-env (push) Failing after 6s
testing main branch / testing ipv6 (push) Failing after 4m6s
testing main branch / some special character (push) Failing after 8s
testing main branch / testing-capturing-output (push) Failing after 5s
testing main branch / testing-script-stop (push) Failing after 5s
testing main branch / testing-script-error (push) Failing after 5s
testing stable version / default-user-name-password (push) Failing after 9s
testing stable version / check-ssh-key (push) Failing after 12s
testing stable version / support-key-passphrase (push) Failing after 10s
testing stable version / multiple-server (push) Failing after 8s
testing stable version / support-ed25519-key (push) Failing after 8s
testing stable version / testing-with-env (push) Failing after 15s
- 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