Skip to content

Commit a246cce

Browse files
authored
Merge pull request #1116 from techmatters/SJH-fix_all_stg_deploy
Fix all staging deploy
2 parents d1da8c4 + 7353f12 commit a246cce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy-all-staging-helplines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ jobs:
2323
environment_code: ${{ matrix.environment_code }}
2424
changelog: ${{ inputs.changelog }}
2525

26-
deploy-uk_staging_III:
27-
uses: ./.github/workflows/uk_staging_III.yml
26+
deploy-uk_staging_III:
27+
uses: ./.github/workflows/custom_helpline.yml
2828
secrets: inherit
2929
with:
30+
helpline_code: 'UK'
31+
environment_code: 'STG_III'
3032
changelog: ${{ inputs.changelog }}
3133

3234
# Send Slack notifying success

0 commit comments

Comments
 (0)