Skip to content

Commit

Permalink
fix(config): Add fallback value to AR_USER (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz authored Dec 10, 2024
1 parent 1a2fd05 commit c73bc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ -z $IDF_TARGET ]; then
fi

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

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

0 comments on commit c73bc7f

Please sign in to comment.