Skip to content

Bump actions/checkout to v4 (was v3) #44

Bump actions/checkout to v4 (was v3)

Bump actions/checkout to v4 (was v3) #44

Workflow file for this run

name: Sync Files
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_REPO_TOKEN }}