From 7f05c31f025bc65fe4e37b1459f7d7c7ee223b6a Mon Sep 17 00:00:00 2001 From: Silabs-ThieuVu <65759766+Silabs-ThieuVu@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:35:35 +0700 Subject: [PATCH] Update 01-Generate_Firmware.yaml (#36) --- .github/workflows/01-Generate_Firmware.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/01-Generate_Firmware.yaml b/.github/workflows/01-Generate_Firmware.yaml index e16d61eb..9535f658 100644 --- a/.github/workflows/01-Generate_Firmware.yaml +++ b/.github/workflows/01-Generate_Firmware.yaml @@ -67,7 +67,7 @@ jobs: echo "Branch input is required for manual trigger." exit 1 else - REPO_BRANCH=${{ github.event.inputs.branch }} + echo "REPO_BRANCH=${{ github.event.inputs.branch }}">> $GITHUB_ENV fi fi - name: Checkout @@ -103,6 +103,7 @@ jobs: cd extension git clone https://github.com/SiliconLabs/IEC60730_Libs.git cd IEC60730_Libs + echo "Curent REPO_BRANCH is $REPO_BRANCH" git checkout $REPO_BRANCH # ls -la cd ..