Skip to content

Commit

Permalink
Fix production workflow file (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
murilovmachado authored Sep 21, 2023
1 parent 2e2dc5e commit 2b48baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-all-production-accounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
uses: ./.github/workflows/deploy-multiple-accounts.yml
secrets: inherit
with:
helplines: ${{ needs.configure.outputs.production_helplines }}
helplines: ${{ needs.configure.outputs.target_helplines }}
environments: '[ "PROD" ]'

0 comments on commit 2b48baf

Please sign in to comment.