Diagnostic: print shell and env variables

This commit is contained in:
Joey Hafner 2024-02-14 13:00:58 -08:00
parent da71a4b972
commit 12412ea4ee

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