Skip to content

Commit cf46c99

Browse files
authored
Fix: should be workflow_dispatch
1 parent 531a5d8 commit cf46c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-contribs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update Contributors
22

33
on:
4-
workflow-dispatch:
4+
workflow_dispatch:
55
schedule:
66
# Runs on the first of each month (see https://crontab.guru)
77
- cron: "* * 1 * *"

0 commit comments

Comments
 (0)