You've already forked ssh-action
mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2025-12-16 10:28:28 +00:00
chore: update Dockerfile and action configuration for greater flexibility
- 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 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user