chore: remove redundant words (#3705)

Signed-off-by: finaltrip <finaltrip@qq.com>
This commit is contained in:
finaltrip
2025-02-17 23:24:15 +08:00
committed by GitHub
parent bae52e28f9
commit b065e5abbe
5 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ This feature is mainly intended for self hosted runner administrators.
- `ACTIONS_RUNNER_HOOK_JOB_STARTED`
- `ACTIONS_RUNNER_HOOK_JOB_COMPLETED`
You can set these variables to the **absolute** path of a a `.sh` or `.ps1` file.
You can set these variables to the **absolute** path of a `.sh` or `.ps1` file.
We will execute `pwsh` (fallback to `powershell`) or `bash` (fallback to `sh`) as appropriate.
- `.sh` files will execute with the args `-e {pathtofile}`