Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Feb 2, 2024
1 parent b33b6e8 commit 6761101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-deploy-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
deploymentMode: Incremental
# todo: fix, using short_sha maybe? Max length 64 chars
deploymentName: "dp-be-${{ inputs.environment }}-migration-job-${{ github.sha }}"
deploymentName: "dp-be-${{ inputs.environment }}-migration-${{ github.sha }}"
region: ${{ inputs.region }}
failOnStdErr: true
additionalArguments: "${{inputs.dryRun && '--what-if'}}"
Expand Down

0 comments on commit 6761101

Please sign in to comment.