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 9c9c395 commit b91b193Copy full SHA for b91b193
.github/workflows/validate-azd-template.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install Bicep
40
run: |
41
az bicep install
42
- echo "$HOME/.azure/bin" >> $GITHUB_PATH
+ echo "$HOME/.azure/bin" >> "$GITHUB_PATH"
43
44
- name: Configure Bicep
45
0 commit comments