From 6489c00c1d849adf5a632739c69f7a47a9175bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristina=20Ca=C3=B1izales?= <113132642+CristiCanizales@users.noreply.github.com> Date: Thu, 23 May 2024 18:34:41 -0300 Subject: [PATCH] Update testCoreBundling.yml --- .github/workflows/testCoreBundling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testCoreBundling.yml b/.github/workflows/testCoreBundling.yml index ce9bd50aa..a83818579 100644 --- a/.github/workflows/testCoreBundling.yml +++ b/.github/workflows/testCoreBundling.yml @@ -35,4 +35,4 @@ jobs: with: externalProjectGit: ${{ matrix.externalProjectGit }} os: ${{ matrix.os }} - bundledBranch: ${{ github.ref_name || inputs.branch }} + bundledBranch: ${{ github.sha || inputs.branch }}