From b844fab48b58927b4a30d9f8bbfbce87bb65ba37 Mon Sep 17 00:00:00 2001 From: Marvin Buss Date: Wed, 10 Feb 2021 17:52:52 +0100 Subject: [PATCH] fixed bug in body of pr --- .github/workflows/updateParameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updateParameters.yml b/.github/workflows/updateParameters.yml index 4284360..25704a3 100644 --- a/.github/workflows/updateParameters.yml +++ b/.github/workflows/updateParameters.yml @@ -73,7 +73,7 @@ jobs: Go to \`/.ado/workflows/dataDomainDeployment.yml\` in the branch \`parameter_update_${{ github.run_id }}\` and update the environment variables to the following: \`\`\`YAML - env: + variables: AZURE_RESOURCE_MANAGER_CONNECTION_NAME: '${{ env.AZURE_RESOURCE_MANAGER_CONNECTION_NAME }}' AZURE_SUBSCRIPTION_ID: '${{ env.DATA_LANDING_ZONE_SUBSCRIPTION_ID}}' AZURE_RESOURCE_GROUP_NAME: '${{ steps.update_parameters.outputs.landingZoneName }}-rg'