File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 55
55
subscriptionId : ${{secrets.SUBSCRIPTION_ID}}
56
56
scope : resourcegroup
57
57
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\"}"
62
59
63
60
- name : Deploy Bicep
64
61
id : deploy-bicep
69
66
resourceGroupName : ${{env.AZURE_RESOURCE_GROUP}}
70
67
subscriptionId : ${{secrets.SUBSCRIPTION_ID}}
71
68
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\"}"
76
70
77
71
- name : Staging Preview Url
78
72
if : ${{ inputs.environment == 'staging' }}
You can’t perform that action at this time.
0 commit comments