2
0
ruki 4 жил өмнө
parent
commit
73fb1a5e39

+ 1 - 1
.github/workflows/monkey.yml

@@ -2,7 +2,7 @@ name: Monkey
 
 on:
   schedule: # execute every 24 hours
-    - cron: "0 */24 * * *":
+    - cron: "0 */24 * * *"
 
 jobs:
   build: