From 24059240dc6348ef5448c4d86c91fb08c7449657 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 5 Nov 2024 21:51:22 -0500 Subject: [PATCH] simulator job does not take proper branch name #6904 only:uaefi --- .github/workflows/build-simulator.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-simulator.yaml b/.github/workflows/build-simulator.yaml index 8e5f2e11a6..a907e0fdad 100644 --- a/.github/workflows/build-simulator.yaml +++ b/.github/workflows/build-simulator.yaml @@ -2,6 +2,9 @@ name: Simulator on: [push, pull_request] +env: + AUTOMATION_REF: ${{github.ref_name}} + jobs: # This is just to ensure the simulator compiles on Linux build-simulator: