meta(sota): sync every hour

This commit is contained in:
Mark Joshwel 2025-01-18 02:13:34 +08:00
parent 72f1fe555d
commit 8586e6de60

View file

@ -1,6 +1,8 @@
name: "sync from forge.joshwel.co" name: "sync from forge.joshwel.co"
on: on:
workflow_dispatch: workflow_dispatch:
schedule:
- cron: "0 * * * *" # every hour
permissions: permissions:
contents: write contents: write