From 6761101803c1226d14a122a100a98c6c986fe5bb Mon Sep 17 00:00:00 2001 From: Are Almaas Date: Fri, 2 Feb 2024 10:14:04 +0100 Subject: [PATCH] cleanup --- .github/workflows/action-deploy-apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-deploy-apps.yml b/.github/workflows/action-deploy-apps.yml index 73a4a61c8..11a21eab4 100644 --- a/.github/workflows/action-deploy-apps.yml +++ b/.github/workflows/action-deploy-apps.yml @@ -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'}}"