Skip to content

Commit 0a38fad

Browse files
remove extra colon
1 parent 363501b commit 0a38fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-dev-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
AZURE_AI_DEPLOYMENT_LOCATION : ${{ secrets.AZURE_AI_DEPLOYMENT_LOCATION }}
3333
AZURE_ENV_MODEL_CAPACITY : 1
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
AZURE_DEV_COLLECT_TELEMETRY:: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
35+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
3636
# Step 3: Print the result of the validation
3737
- name: Print result
3838
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)