mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
Fix autochange log entries being off by a day (#2404)
## About The Pull Request Fixes workflow so auto changelog compile stamps the right dates on changelog entries ## Why It's Good For The Game Nobody else may notice it's off by a day, but I know, and it bugs me.
This commit is contained in:
2
.github/workflows/compile_changelogs.yml
vendored
2
.github/workflows/compile_changelogs.yml
vendored
@@ -2,7 +2,7 @@ name: Compile changelogs
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 8 * * *"
|
||||
- cron: "15 23 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user