mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
docs(readme): better wording for script_path property (#387)
Better wording for `script_path` property.
This commit is contained in:
parent
ffd1eec364
commit
57f6f3556d
1 changed files with 1 additions and 1 deletions
|
@ -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 containing commands to execute | |
|
| script_path | Path to a file in the repository containing commands to execute remotely | |
|
||||||
| 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 |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue