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 83fdac7 commit 03c324fCopy full SHA for 03c324f
.github/workflows/run-validation.yml
@@ -120,7 +120,7 @@ jobs:
120
- name: Delete created Azure Container App
121
if: ${{ always() }}
122
shell: bash
123
- run: az containerapp delete -n ${{ env.TEST_CONTAINER_APP_NAME }} -g ${{ vars.TEST_RESOURCE_GROUP_NAME }} 'gh-action-test' -y
+ run: az containerapp delete -n ${{ env.TEST_CONTAINER_APP_NAME }} -g ${{ vars.TEST_RESOURCE_GROUP_NAME }} -y
124
125
create-using-image-yaml-windows:
126
0 commit comments