Skip to content

docs(sessions): 📝 add text for big picture (#99) #3

docs(sessions): 📝 add text for big picture (#99)

docs(sessions): 📝 add text for big picture (#99) #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