We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 225fbc3 + 8164039 commit 5abe218Copy full SHA for 5abe218
.github/workflows/arduino_cron.yml
@@ -19,7 +19,7 @@ jobs:
19
id: check-cron
20
run: |
21
iscron=false
22
- [[ "${{ github.event_name }}" == "push" && "${{ github.actor }}" == "adabot" ]] && iscron=true
+ [[ "${{ github.event_name }}" == "push" && "${{ github.actor }}" == "adafruit-adabot" ]] && iscron=true
23
echo "status=$iscron" >> "$GITHUB_OUTPUT"
24
- name: Check if dispatched
25
id: check-dispatch
0 commit comments