mirror of
https://github.com/sripwoud/ts-template.git
synced 2026-01-10 22:18:00 -05:00
19 lines
422 B
YAML
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
|