We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc318f commit 8dc04f0Copy full SHA for 8dc04f0
.github/workflows/azure-dev.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Install azd
46
uses: Azure/setup-azd@ae0f8b5482eeac61e940f447327d84c73beb8b1e # v2.1.0
47
with:
48
- version: '1.20.0' # Specify your desired azd version here
+ version: '1.19.0' # Specify your desired azd version here
49
50
- name: Setup Node.js
51
uses: actions/setup-node@v4
@@ -141,7 +141,7 @@ jobs:
141
GITHUB_RUNNER_IMAGE_TAG: "latest"
142
GITHUB_RUNNER_IMAGE_BRANCH: ${{ github.ref_name }}
143
144
- TF_LOG: DEBUG
+ #TF_LOG: DEBUG
145
shell: bash
146
run: |
147
echo "here are the environment variables"
0 commit comments