Skip to content

GitHub Actions: sync for new branches as well #7

GitHub Actions: sync for new branches as well

GitHub Actions: sync for new branches as well #7

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 }}
SKIP_PR: true