Files
ts-template/.github/workflows/sync.yml
2025-07-07 10:59:20 +02:00

19 lines
422 B
YAML

name: Sync Template
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: AndreasAugustin/actions-template-sync@v2
with:
pr_title: "chore: upstream merge template repository"
source_repo_path: sripwoud/agnostic-template