Skip to content

Commit 5ae50e9

Browse files
committed
Fix actions workflow syntax
1 parent 6b6dd23 commit 5ae50e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
schedule:
88
# build at least once a month
9-
- '0 0 0 * *'
9+
- cron: '0 0 0 * *'
1010

1111
jobs:
1212
appimage-x86_64:

0 commit comments

Comments
 (0)