Skip to content

Commit 21e19c5

Browse files
authored
fix: add environment variable logging to Azure deployment workflow
1 parent db68c0c commit 21e19c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/azure-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ jobs:
142142
GITHUB_RUNNER_IMAGE_BRANCH: ${{ github.ref_name }}
143143
shell: bash
144144
run: |
145+
echo "here are the environment variables"
146+
printenv | sort
147+
148+
145149
azd config set auth.useAzCliAuth "true"
146150
azd env new "$AZURE_ENV_NAME" --location "$AZURE_LOCATION" --no-prompt
147151
azd env set RESOURCE_SHARE_USER "$RESOURCE_SHARE_USER"

0 commit comments

Comments
 (0)