Skip to content

Commit 5abe218

Browse files
authored
Merge pull request #2578 from tekktrik/fix/fix-releases
Fix adabot's name in CI
2 parents 225fbc3 + 8164039 commit 5abe218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arduino_cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: check-cron
2020
run: |
2121
iscron=false
22-
[[ "${{ github.event_name }}" == "push" && "${{ github.actor }}" == "adabot" ]] && iscron=true
22+
[[ "${{ github.event_name }}" == "push" && "${{ github.actor }}" == "adafruit-adabot" ]] && iscron=true
2323
echo "status=$iscron" >> "$GITHUB_OUTPUT"
2424
- name: Check if dispatched
2525
id: check-dispatch

0 commit comments

Comments
 (0)