Skip to content

Commit 2b6d977

Browse files
authored
Update deploy.yml (#112)
Escape parts of the yaml
1 parent a2135b3 commit 2b6d977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
parameters: |
5959
projectName=SSW.Dory
6060
environment=${{inputs.environment}}
61-
tags='{"Deployed": "yes", "cost-category": "value"}'
61+
tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"
6262
6363
- name: Deploy Bicep
6464
id: deploy-bicep
@@ -72,7 +72,7 @@ jobs:
7272
parameters: |
7373
projectName=SSW.Dory
7474
environment=${{inputs.environment}}
75-
tags='{"Deployed": "yes", "cost-category": "value"}'
75+
tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"
7676
7777
- name: Staging Preview Url
7878
if: ${{ inputs.environment == 'staging' }}

0 commit comments

Comments
 (0)