We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2135b3 commit 2b6d977Copy full SHA for 2b6d977
.github/workflows/deploy.yml
@@ -58,7 +58,7 @@ jobs:
58
parameters: |
59
projectName=SSW.Dory
60
environment=${{inputs.environment}}
61
- tags='{"Deployed": "yes", "cost-category": "value"}'
+ tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"
62
63
- name: Deploy Bicep
64
id: deploy-bicep
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
- name: Staging Preview Url
78
if: ${{ inputs.environment == 'staging' }}
0 commit comments