Skip to content

GitHub: fix sync.yml path #3

GitHub: fix sync.yml path

GitHub: fix sync.yml path #3

name: Sync Files
on:
push:
branches:
- omega
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@main
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_PAT }}