We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d6537 commit 9ea6472Copy full SHA for 9ea6472
2 files changed
.github/workflows/job-deploy-windows.yml
@@ -311,6 +311,7 @@ jobs:
311
"WEBAPP_URL=$WEBAPP_URL" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf8 -Append
312
313
- name: Run Post deployment scripts
314
+ shell: bash
315
env:
316
INPUT_RESOURCE_GROUP_NAME: ${{ inputs.RESOURCE_GROUP_NAME }}
317
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
.github/workflows/test-automation-v2.yml
@@ -1,4 +1,4 @@
1
-name: Test Automation Content Processing-v2
+name: Test Automation Macae v4
2
3
on:
4
workflow_call:
0 commit comments