Skip to content

Commit fd1493b

Browse files
authored
Merge branch 'master' into release/v5.3
2 parents 7227862 + c73bc7f commit fd1493b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)