Browse Source

fix monkey.yml

ruki 4 years ago
parent
commit
73fb1a5e39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/monkey.yml

+ 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: