Skip to content

Commit 6709a49

Browse files
committed
fix(config): Add fallback value to AR_USER
1 parent 1a2fd05 commit 6709a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ -z $IDF_TARGET ]; then
2525
fi
2626

2727
# Owner of the target ESP32 Arduino repository
28-
AR_USER="$GITHUB_REPOSITORY_OWNER"
28+
AR_USER="${GITHUB_REPOSITORY_OWNER:-espressif}"
2929

3030
# The full name of the repository
3131
AR_REPO="$AR_USER/arduino-esp32"

0 commit comments

Comments
 (0)