Skip to content

.github/workflows/template-sync.yml #4

.github/workflows/template-sync.yml

.github/workflows/template-sync.yml #4

Workflow file for this run

on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
source_repo_path: makefragment/template
upstream_branch: main