Skip to content

Commit c7e6e23

Browse files
authored
add env
1 parent 328330b commit c7e6e23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
python-version: '3.11'
1515
- name: Install dependencies
1616
run: bash ./tools/prepare-ci.sh
17+
- name: Get current branch
18+
run: |
19+
echo "GIT_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
1720
- name: Build Arduino Libs
1821
run: bash ./build.sh
1922
- name: Release

0 commit comments

Comments
 (0)