Create auto-sync

This commit is contained in:
jc01rho
2026-01-12 01:10:58 +09:00
committed by GitHub
parent b477aff611
commit c3e39267b8

17
.github/workflows/auto-sync vendored Normal file
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