We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73cc27f commit bb6bc85Copy full SHA for bb6bc85
.github/workflows/cron_build.yml
@@ -132,7 +132,7 @@ jobs:
132
compression-level: 0
133
134
- name: Push changes
135
- if: github.repository == 'espressif/esp32-arduino-lib-builder'
+ #if: github.repository == 'espressif/esp32-arduino-lib-builder'
136
env:
137
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
138
GIT_AUTHOR_EMAIL: ${{ secrets.PUSH_EMAIL }}
tools/config.sh
@@ -25,7 +25,7 @@ if [ -z $IDF_TARGET ]; then
25
fi
26
27
# Owner of the target ESP32 Arduino repository
28
-AR_USER="espressif"
+AR_USER="lucasssvaz"
29
30
# The full name of the repository
31
AR_REPO="$AR_USER/arduino-esp32"
0 commit comments