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