Diagnostic: print shell and env variables
This commit is contained in:
parent
bb7333c1ac
commit
b7414f7e33
@ -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