diff --git a/.github/workflows/run_e2e_fe.yml b/.github/workflows/run_e2e_fe.yml index 703de10d..8a0aa171 100644 --- a/.github/workflows/run_e2e_fe.yml +++ b/.github/workflows/run_e2e_fe.yml @@ -106,6 +106,7 @@ env: NIGHTWATCH_OUTPUT: true GIT_BRANCH: ${{ github.event.pull_request && github.head_ref || github.ref_name }} EYES_APPNAME: ${{ inputs.eyes_appname }} + GHA_RUN_ID: ${{ github.run_id }} jobs: run_e2e_fe: