Skip to content

Commit

Permalink
ch: add custom workflow for e2e-2
Browse files Browse the repository at this point in the history
  • Loading branch information
acedeywin committed Oct 30, 2023
1 parent b555473 commit 1829e60
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +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
shell: bash

0 comments on commit 1829e60

Please sign in to comment.