File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Refer to [action.yml](./action.yml) for more detailed information.
49
49
| debug | Enable debug mode | false |
50
50
| allenvs | Pass the environment variables with prefix value of ` GITHUB_ ` and ` INPUT_ ` to the script | false |
51
51
| request_pty | Request a pseudo-terminal from the server | false |
52
+ | curl_insecure | Allow curl to connect to SSL sites without certificates | false |
52
53
53
54
** Note:** Users can add ` set -e ` in their shell script to achieve similar functionality to the removed ` script_stop ` option.
54
55
Original file line number Diff line number Diff line change 49
49
| debug | 启用调试模式 | false |
50
50
| allenvs | 将带有 ` GITHUB_ ` 和 ` INPUT_ ` 前缀的环境变量传递给脚本 | false |
51
51
| request_pty | 请求伪终端 | false |
52
+ | curl_insecure | 在 curl 中使用不安全的证书验证 | false |
52
53
53
54
** 注意:** 用户可以在他们的 shell 脚本中添加 ` set -e ` 以实现类似于已删除的 ` script_stop ` 选项的功能。
54
55
Original file line number Diff line number Diff line change 49
49
| debug | 啟用調試模式 | false |
50
50
| allenvs | 將帶有 ` GITHUB_ ` 和 ` INPUT_ ` 前綴的環境變數傳遞給腳本 | false |
51
51
| request_pty | 從伺服器請求偽終端 | false |
52
+ | curl_insecure | 在 curl 命令中使用不安全的 SSL 證書驗證 | false |
52
53
53
54
** 注意:** 用戶可以在他們的 shell 腳本中添加 ` set -e ` 以實現類似於已刪除的 ` script_stop ` 選項的功能。
54
55
You can’t perform that action at this time.
0 commit comments