Diagnostic: print shell and env variables

This commit is contained in:
Joey Hafner 2024-02-14 13:00:58 -08:00
parent bb7333c1ac
commit b7414f7e33

View File

@ -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