Skip to content

Commit

Permalink
ch: add custom workflow for e2e-3
Browse files Browse the repository at this point in the history
  • Loading branch information
acedeywin committed Oct 30, 2023
1 parent 1829e60 commit 4a48026
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/actions/custom-actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ runs:
- name: Zambia Production release custom action
if: inputs.helpline-name == format('ZM_PROD')
uses: ./.github/actions/custom-actions/zambia_production_custom
- name: E2E Development release custom action
if: inputs.helpline-name == format('E2E_DEV')
uses: ./.github/actions/custom-actions/e2e_development_custom
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ runs:
env_variable_name: "HELPLINE_CODE"
# Append environment variables
- name: Add HELPLINE_CODE
# run: echo "HELPLINE_CODE=${{ env.HELPLINE_CODE }}" >> .env
run: echo "HELPLINE_CODE=${{ env.HELPLINE_CODE }}" >> .env

run: |
echo "Setting helpline-code for e2e"
echo "HELPLINE_CODE=$HELPLINE_CODE" >> .env
# run: |
# echo "Setting helpline-code for e2e"
# echo "HELPLINE_CODE=$HELPLINE_CODE" >> .env
shell: bash

0 comments on commit 4a48026

Please sign in to comment.