We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5e5fe commit dc32ef3Copy full SHA for dc32ef3
1 file changed
.github/workflows/azure-dev-validation.yml
@@ -31,7 +31,8 @@ jobs:
31
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
32
AZURE_ENV_NAME: ${{ secrets.AZURE_ENV_NAME }}
33
AZURE_LOCATION: ${{ secrets.AZURE_LOCATION }}
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ AZURE_AI_DEPLOYMENT_LOCATION : ${{ secrets.AZURE_AI_DEPLOYMENT_LOCATION }}
35
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
# Step 3: Print the result of the validation
37
- name: Print result
38
run: cat ${{ steps.validation.outputs.resultFile }}
0 commit comments