Skip to content

test: add tests for templates factory #2

test: add tests for templates factory

test: add tests for templates factory #2

name: Sync Files
on:
push:
branches: [ "main" ]
release:
types: [ "created", "published" ]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run GitHub File Sync
uses: BetaHuhn/[email protected]
with:
GH_PAT: ${{ secrets.REPO_SYNC_PAT }}