Update README.md

Better wording for `script_path` property.
This commit is contained in:
Johannes Neumeier 2025-06-13 09:18:15 +03:00 committed by GitHub
parent ffd1eec364
commit b2d94f3af5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ These parameters control the commands executed on the remote host and related be
| Parameter | Description | Default |
| --------------- | --------------------------------------------------------------------------------- | ------- |
| 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_format | Flexible configuration for environment variable transfer | |
| allenvs | Pass all environment variables with `GITHUB_` and `INPUT_` prefixes to the script | false |