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:
LT3
2024-11-11 12:14:00 -08:00
committed by GitHub
parent d6bccab906
commit 7da420bf76

View File

@@ -2,7 +2,7 @@ name: Compile changelogs
on:
schedule:
- cron: "0 8 * * *"
- cron: "15 23 * * *"
workflow_dispatch:
jobs: