Skip to content

Commit

Permalink
Refactor single deploys & QA releases to use deploy-multiple-accounts…
Browse files Browse the repository at this point in the history
….yml 2
  • Loading branch information
stephenhand committed Aug 29, 2023
1 parent bbf45f7 commit a36a702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom_helpline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
uses: ./.github/workflows/deploy-multiple-accounts.yml
secrets: inherit
with:
helplines: [ "${{ inputs.helpline }}" ]
environments: [ "${{ inputs.environment_code }}" ]
helplines: '[ "${{ inputs.helpline }}" ]'
environments: '[ "${{ inputs.environment_code }}" ]'
force_enable_operating_hours: ${{ inputs.force_enable_operating_hours }}
send_final_slack_message: 'false'
send_slack_message_per_deploy: ${{ inputs.send-slack-message }}
4 changes: 2 additions & 2 deletions .github/workflows/serverless-pre-release-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
uses: ./.github/workflows/deploy-multiple-accounts.yml
secrets: inherit
with:
helplines: ["E2E"]
environments: ["DEV"]
helplines: '["E2E"]'
environments: '["DEV"]'
send_final_slack_message: false
send_slack_message_per_deploy: false
run-e2e-tests:
Expand Down

0 comments on commit a36a702

Please sign in to comment.