Skip to content

fix typo in checklist #135

fix typo in checklist

fix typo in checklist #135

Workflow file for this run

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