Delete .github/workflows/auto-sync.yml

This commit is contained in:
jc01rho
2026-01-12 01:19:49 +09:00
committed by GitHub
parent e9cd355893
commit bbd3eafde0

View File

@@ -1,17 +0,0 @@
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