Skip to content

Commit

Permalink
Update deploy.yml (#112)
Browse files Browse the repository at this point in the history
Escape parts of the yaml
  • Loading branch information
leahy268 authored Sep 2, 2024
1 parent a2135b3 commit 2b6d977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
parameters: |
projectName=SSW.Dory
environment=${{inputs.environment}}
tags='{"Deployed": "yes", "cost-category": "value"}'
tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"
- name: Deploy Bicep
id: deploy-bicep
Expand All @@ -72,7 +72,7 @@ jobs:
parameters: |
projectName=SSW.Dory
environment=${{inputs.environment}}
tags='{"Deployed": "yes", "cost-category": "value"}'
tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"
- name: Staging Preview Url
if: ${{ inputs.environment == 'staging' }}
Expand Down

0 comments on commit 2b6d977

Please sign in to comment.