We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1da8c4 + 7353f12 commit a246cceCopy full SHA for a246cce
.github/workflows/deploy-all-staging-helplines.yml
@@ -23,10 +23,12 @@ jobs:
23
environment_code: ${{ matrix.environment_code }}
24
changelog: ${{ inputs.changelog }}
25
26
- deploy-uk_staging_III:
27
- uses: ./.github/workflows/uk_staging_III.yml
+ deploy-uk_staging_III:
+ uses: ./.github/workflows/custom_helpline.yml
28
secrets: inherit
29
with:
30
+ helpline_code: 'UK'
31
+ environment_code: 'STG_III'
32
33
34
# Send Slack notifying success
0 commit comments