mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10: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:
parent
6268c80dd6
commit
334f9259f2
4 changed files with 65 additions and 37 deletions
|
@ -65,6 +65,8 @@ inputs:
|
|||
default: false
|
||||
envs:
|
||||
description: 'pass environment variable to shell script'
|
||||
envs_format:
|
||||
description: 'flexible configuration of environment value transfer'
|
||||
debug:
|
||||
description: 'enable debug mode'
|
||||
default: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue