Skip to content

Sync template

Sync template #13

Workflow file for this run

name: Sync template
on:
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
if: github.repository != 'quintenroets/python-package-template'
permissions:
contents: write # Repository will be modified
pull-requests: write # Create PR if update needed
steps:
- name: Sync template
uses: quintenroets/actions/template-sync@main