Skip to content

Commit 8dc04f0

Browse files
authored
fix: downgrade azd version from 1.20.0 to 1.19.0 and comment out TF_LOG debug
1 parent 4dc318f commit 8dc04f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install azd
4646
uses: Azure/setup-azd@ae0f8b5482eeac61e940f447327d84c73beb8b1e # v2.1.0
4747
with:
48-
version: '1.20.0' # Specify your desired azd version here
48+
version: '1.19.0' # Specify your desired azd version here
4949

5050
- name: Setup Node.js
5151
uses: actions/setup-node@v4
@@ -141,7 +141,7 @@ jobs:
141141
GITHUB_RUNNER_IMAGE_TAG: "latest"
142142
GITHUB_RUNNER_IMAGE_BRANCH: ${{ github.ref_name }}
143143

144-
TF_LOG: DEBUG
144+
#TF_LOG: DEBUG
145145
shell: bash
146146
run: |
147147
echo "here are the environment variables"

0 commit comments

Comments
 (0)