Add auto-sync workflow configuration file

This commit is contained in:
jc01rho
2026-01-12 01:11:11 +09:00
committed by GitHub
parent c3e39267b8
commit e9cd355893
+17
View File
@@ -0,0 +1,17 @@
name: Sync Fork
on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.8
with:
base: main
head: main