Skip to content

Commit b91b193

Browse files
committed
syntax fix
1 parent 9c9c395 commit b91b193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-azd-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Bicep
4040
run: |
4141
az bicep install
42-
echo "$HOME/.azure/bin" >> $GITHUB_PATH
42+
echo "$HOME/.azure/bin" >> "$GITHUB_PATH"
4343
4444
- name: Configure Bicep
4545
run: |

0 commit comments

Comments
 (0)