Skip to content

chore(sync): 🔨 synced local '.gitignore' with remote '.gitignore' #1

chore(sync): 🔨 synced local '.gitignore' with remote '.gitignore'

chore(sync): 🔨 synced local '.gitignore' with remote '.gitignore' #1

Workflow file for this run

name: Sync files across repos
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.SYNC_PAT }}
ASSIGNEES: lwjohnst86
IS_FINE_GRAINED: true
GIT_USERNAME: lwjohnst86
GIT_EMAIL: [email protected]
COMMIT_PREFIX: "chore(sync): :hammer: "
BRANCH_PREFIX: chore