Skip to content

Commit

Permalink
fix: Correct params for revision verification (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad authored Feb 1, 2024
1 parent 580610a commit 4b98348
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/action-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,14 @@ jobs:
az containerapp job start -n ${{ steps.deploy.outputs.migrationJobName }} -g ${{ steps.deploy.outputs.resourceGroupName }}
- name: Verify deployment running
timeout-minutes: 3
uses: azure/CLI@v1
if: ${{!inputs.dryRun}}
id: verify-deployment
timeout-minutes: 3
with:
azcliversion: ${{ env.AZ_CLI_VERSION }}
inlineScript: |
./.github/tools/revisionVerifier.sh "${{ steps.deploy.outputs.webApiSoRevisionName }} ${{ steps.deploy.outputs.resourceGroupName }}"
./.github/tools/revisionVerifier.sh ${{ steps.deploy.outputs.webApiSoRevisionName }} ${{ steps.deploy.outputs.resourceGroupName }}
- name: Logout from azure
Expand Down

0 comments on commit 4b98348

Please sign in to comment.