Update sim-checklist.md #728
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Sync Files | |
| on: | |
| push: | |
| branches: | |
| - main | |
| 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.BF_GH_PAT }} | |
| PR_LABELS: false | |
| # REVIEWERS: brettfiedler #reviewer cannot be author, leaving off for now | |
| COMMIT_BODY: 'Repo File Sync automated update' | |
| # DRY_RUN: true | |