Skip to content

Commit b6a46e7

Browse files
committed
Add committer email so Arduino CLA does not complain
1 parent 83bb8d1 commit b6a46e7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/cron.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: Build
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
31+
GIT_AUTHOR_EMAIL: ${{ secrets.PUSH_EMAIL }}
32+
GIT_COMMITTER_EMAIL: ${{ secrets.PUSH_EMAIL }}
3133
IDF_BRANCH: ${{ matrix.idf_branch }}
3234
run: bash ./tools/cron.sh
3335
- name: Upload archive

.github/workflows/repository_dispatch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- name: Handle Event
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
16+
GIT_AUTHOR_EMAIL: ${{ secrets.PUSH_EMAIL }}
17+
GIT_COMMITTER_EMAIL: ${{ secrets.PUSH_EMAIL }}
1618
run: bash ./tools/repository_dispatch.sh
1719
- name: Upload archive
1820
uses: actions/upload-artifact@v1

build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ if [ $? -ne 0 ]; then exit 1; fi
2020
source ./tools/install-esp-idf.sh
2121
if [ $? -ne 0 ]; then exit 1; fi
2222

23-
TARGETS="esp32c3 esp32s2 esp32"
23+
if [ -z $TARGETS ]; then
24+
TARGETS="esp32c3 esp32s2 esp32"
25+
fi
2426

2527
echo $(git -C $AR_COMPS/arduino describe --all --long) > version.txt
2628

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy