diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 84f2f4de6..2d345c400 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -67,13 +67,13 @@ jobs: # KEY_VAULT: ${{ secrets.KEY_VAULT }} # ARM_ACCESS_KEY: ${{ secrets.ARM_ACCESS_KEY }} - - name: Trigger Deployment to ${{github.event.inputs.environment}} - uses: ./.github/workflows/actions/deploy_v2 - id: deploy - with: - environment: "${{github.event.inputs.environment}}" - sha: "${{steps.tag_id.outputs.release_sha}}" - azure-credentials: ${{ secrets.AZURE_CREDENTIALS }} + - name: Trigger Deployment to ${{github.event.inputs.environment}} + uses: ./.github/workflows/actions/deploy_v2 + id: deploy + with: + environment: "${{github.event.inputs.environment}}" + sha: "${{steps.tag_id.outputs.release_sha}}" + azure-credentials: ${{ secrets.AZURE_CREDENTIALS }} - name: Slack Release Notification if: steps.tag_id.outputs.release_id && github.event.inputs.environment == 'Production'