Skip to content

Commit 0f9f049

Browse files
committed
Get syntax right
1 parent 2b6d977 commit 0f9f049

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ jobs:
5555
subscriptionId: ${{secrets.SUBSCRIPTION_ID}}
5656
scope: resourcegroup
5757
additionalArguments: "--what-if"
58-
parameters: |
59-
projectName=SSW.Dory
60-
environment=${{inputs.environment}}
61-
tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"
58+
parameters: projectName=SSW.Dory environment=${{inputs.environment}} tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"
6259

6360
- name: Deploy Bicep
6461
id: deploy-bicep
@@ -69,10 +66,7 @@ jobs:
6966
resourceGroupName: ${{env.AZURE_RESOURCE_GROUP}}
7067
subscriptionId: ${{secrets.SUBSCRIPTION_ID}}
7168
scope: resourcegroup
72-
parameters: |
73-
projectName=SSW.Dory
74-
environment=${{inputs.environment}}
75-
tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"
69+
parameters: projectName=SSW.Dory environment=${{inputs.environment}} tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"
7670

7771
- name: Staging Preview Url
7872
if: ${{ inputs.environment == 'staging' }}

0 commit comments

Comments
 (0)