From 2b48baffd28499da2d5f73a574ac8ad761865c2a Mon Sep 17 00:00:00 2001 From: murilovmachado Date: Thu, 21 Sep 2023 13:19:40 +0100 Subject: [PATCH] Fix production workflow file (#516) --- .github/workflows/deploy-all-production-accounts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-all-production-accounts.yml b/.github/workflows/deploy-all-production-accounts.yml index 00ec6e0b..391f754a 100644 --- a/.github/workflows/deploy-all-production-accounts.yml +++ b/.github/workflows/deploy-all-production-accounts.yml @@ -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" ]'