mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
fix cron
This commit is contained in:
2
.github/workflows/auto-close-issues.yml
vendored
2
.github/workflows/auto-close-issues.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Close stale issues after 5 days
|
||||
on:
|
||||
schedule:
|
||||
- cron: "'0 0 * * *'"
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
close-issues:
|
||||
|
||||
Reference in New Issue
Block a user