Skip to content

Commit e348816

Browse files
committed
docs: standardize script_file naming to script_path in documentation
- Rename `script_file` to `script_path` in README.md - Rename `script_file` to `script_path` in README.zh-cn.md - Rename `script_file` to `script_path` in README.zh-tw.md Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 86aa40d commit e348816

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ See [action.yml](./action.yml) for more detailed information.
4343
| proxy_cipher | Allowed cipher algorithms for the proxy | |
4444
| proxy_use_insecure_cipher | Include more ciphers with use_insecure_cipher for the proxy | false |
4545
| script | Execute commands | |
46-
| script_file | Execute commands from a file | |
46+
| script_path | Execute commands from a file | |
4747
| envs | Pass environment variables to shell script | |
4848
| envs_format | Flexible configuration of environment value transfer | |
4949
| debug | Enable debug mode | false |

README.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
| proxy_cipher | 代理允许的密码算法 | |
4444
| proxy_use_insecure_cipher | 使用不安全的密码算法 | false |
4545
| script | 执行命令 | |
46-
| script_file | 从文件执行命令 | |
46+
| script_path | 从文件执行命令 | |
4747
| envs | 传递环境变量到 shell 脚本 | |
4848
| envs_format | 环境变量传递的灵活配置 | |
4949
| debug | 启用调试模式 | false |

README.zh-tw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
| proxy_cipher | 代理允許的加密算法 | |
4444
| proxy_use_insecure_cipher | 包含更多不安全的加密算法 | false |
4545
| script | 執行命令 | |
46-
| script_file | 從文件中執行命令 | |
46+
| script_path | 從文件中執行命令 | |
4747
| envs | 將環境變數傳遞給 shell 腳本 | |
4848
| envs_format | 環境值傳遞的靈活配置 | |
4949
| debug | 啟用調試模式 | false |

0 commit comments

Comments
 (0)