Skip to content

Commit 89b6f6f

Browse files
committed
Fix typo in release check workflow
1 parent a11a03d commit 89b6f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-anki-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
schedule:
88
# triggered at 12:00 every day
99
- cron: 0 12 * * *
10-
workflow-dispatch:
10+
workflow_dispatch:
1111

1212
jobs:
1313
check:

0 commit comments

Comments
 (0)