Skip to content

chore(sync): 🔨 created local '.vscode/' from remote '.vscode/' #3

chore(sync): 🔨 created local '.vscode/' from remote '.vscode/'

chore(sync): 🔨 created local '.vscode/' from remote '.vscode/' #3

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