Skip to content

Commit

Permalink
Get syntax right
Browse files Browse the repository at this point in the history
  • Loading branch information
leahy268 committed Sep 2, 2024
1 parent 2b6d977 commit 0f9f049
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ jobs:
subscriptionId: ${{secrets.SUBSCRIPTION_ID}}
scope: resourcegroup
additionalArguments: "--what-if"
parameters: |
projectName=SSW.Dory
environment=${{inputs.environment}}
tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"
parameters: projectName=SSW.Dory environment=${{inputs.environment}} tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"

- name: Deploy Bicep
id: deploy-bicep
Expand All @@ -69,10 +66,7 @@ jobs:
resourceGroupName: ${{env.AZURE_RESOURCE_GROUP}}
subscriptionId: ${{secrets.SUBSCRIPTION_ID}}
scope: resourcegroup
parameters: |
projectName=SSW.Dory
environment=${{inputs.environment}}
tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"
parameters: projectName=SSW.Dory environment=${{inputs.environment}} tags="{\"Deployed\":\"yes\", \"cost-category\":\"value\"}"

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

0 comments on commit 0f9f049

Please sign in to comment.