mirror of
https://github.com/appleboy/ssh-action.git
synced 2026-01-18 23:58:54 +08:00
chore(ssh): pass all ENV variables to script (#259)
This commit is contained in:
parent
a01d3ea1df
commit
5ac43dd762
3 changed files with 21 additions and 1 deletions
|
|
@ -65,6 +65,8 @@ inputs:
|
|||
description: 'Flexible configuration for environment value transfer.'
|
||||
debug:
|
||||
description: 'Enable debug mode.'
|
||||
allenvs:
|
||||
description: 'pass all environment variable to shell script.'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue