From 1829e60ef804505f9c86eca2d57cb9d8e2d1f218 Mon Sep 17 00:00:00 2001 From: Stephen Okpalaononuju Date: Mon, 30 Oct 2023 11:31:35 +0100 Subject: [PATCH] ch: add custom workflow for e2e-2 --- .../custom-actions/e2e_development_custom/action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/custom-actions/e2e_development_custom/action.yml b/.github/actions/custom-actions/e2e_development_custom/action.yml index f85e1b9f..7e9c75a8 100644 --- a/.github/actions/custom-actions/e2e_development_custom/action.yml +++ b/.github/actions/custom-actions/e2e_development_custom/action.yml @@ -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 \ No newline at end of file