mirror of
https://gitea.com/Lydanne/ssh-action.git
synced 2025-07-13 06:37:07 +08:00
chore: update action configuration for greater flexibility (#240)
- Update base image version from `1.6.12` to `1.6.13` in Dockerfile - Add `envs_format` input with flexible configuration in action.yml - Add a line to README.md pointing to action.yml for more information fix https://github.com/appleboy/ssh-action/issues/213
This commit is contained in:
@ -33,6 +33,7 @@ See [action.yml](./action.yml) for more detailed information.
|
||||
* `debug` - enable debug mode
|
||||
* `use_insecure_cipher` - include more ciphers with use_insecure_cipher (see [#56](https://github.com/appleboy/ssh-action/issues/56))
|
||||
* `cipher` - the allowed cipher algorithms. If unspecified then a sensible
|
||||
* `envs_format` - flexible configuration of environment value transfer. default is `export {NAME}={VALUE}`
|
||||
|
||||
SSH Proxy Setting:
|
||||
|
||||
|
Reference in New Issue
Block a user