Skip to content

Commit

Permalink
Update 01-Generate_Firmware.yaml (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Silabs-ThieuVu authored Oct 17, 2024
1 parent 8acc507 commit 7f05c31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/01-Generate_Firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ..
Expand Down

0 comments on commit 7f05c31

Please sign in to comment.