Compare commits

..

No commits in common. "3ca8a7c5359ac6ad91aa47f1946ece1c3b025004" and "ffd1eec36471c1bfbebcf1941411db862c9b0e38" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ These parameters control the commands executed on the remote host and related be
| Parameter | Description | Default | | Parameter | Description | Default |
| --------------- | --------------------------------------------------------------------------------- | ------- | | --------------- | --------------------------------------------------------------------------------- | ------- |
| script | Commands to execute remotely | | | script | Commands to execute remotely | |
| script_path | Path to a file in the repository containing commands to execute remotely | | | script_path | Path to a file containing commands to execute | |
| envs | Environment variables to pass to the shell script | | | envs | Environment variables to pass to the shell script | |
| envs_format | Flexible configuration for environment variable transfer | | | envs_format | Flexible configuration for environment variable transfer | |
| allenvs | Pass all environment variables with `GITHUB_` and `INPUT_` prefixes to the script | false | | allenvs | Pass all environment variables with `GITHUB_` and `INPUT_` prefixes to the script | false |

View File

@ -84,7 +84,7 @@
| 参数 | 描述 | 默认值 | | 参数 | 描述 | 默认值 |
| --------------- | ----------------------------------------------------- | ------ | | --------------- | ----------------------------------------------------- | ------ |
| script | 远程执行的命令 | | | script | 远程执行的命令 | |
| script_path | 仓库中包含要远程执行命令的文件路径 | | | script_path | 包含要执行命令的文件路径 | |
| envs | 传递给 shell 脚本的环境变量 | | | envs | 传递给 shell 脚本的环境变量 | |
| envs_format | 环境变量传递的灵活配置 | | | envs_format | 环境变量传递的灵活配置 | |
| allenvs | 传递所有带 `GITHUB_``INPUT_` 前缀的环境变量到脚本 | false | | allenvs | 传递所有带 `GITHUB_``INPUT_` 前缀的环境变量到脚本 | false |

View File

@ -84,7 +84,7 @@
| 參數 | 說明 | 預設值 | | 參數 | 說明 | 預設值 |
| --------------- | ----------------------------------------------------- | ------ | | --------------- | ----------------------------------------------------- | ------ |
| script | 遠端執行的指令 | | | script | 遠端執行的指令 | |
| script_path | 儲存庫中包含要遠端執行指令的檔案路徑 | | | script_path | 包含要執行指令的檔案路徑 | |
| envs | 傳遞給 shell 腳本的環境變數 | | | envs | 傳遞給 shell 腳本的環境變數 | |
| envs_format | 環境變數傳遞的彈性設定 | | | envs_format | 環境變數傳遞的彈性設定 | |
| allenvs | 傳遞所有帶 `GITHUB_``INPUT_` 前綴的環境變數到腳本 | false | | allenvs | 傳遞所有帶 `GITHUB_``INPUT_` 前綴的環境變數到腳本 | false |