Diagnostic: print shell and env variables
This commit is contained in:
parent
da71a4b972
commit
12412ea4ee
@ -41,4 +41,6 @@ jobs:
|
||||
host: ${{ vars.SSH_HOST_IP_WIZARD }} # this is a LAN IP
|
||||
username: ${{ vars.SSH_USERNAME_WIZARD }}
|
||||
key: ${{ secrets.SSH_KEY_DEPLOY_TO_WIZARD }}
|
||||
script: show configuration
|
||||
script: |
|
||||
declare -p
|
||||
printenv
|
Loading…
Reference in New Issue
Block a user