Skip to content

changed .gitignore to be more accurate and to include "/current" folders #328

changed .gitignore to be more accurate and to include "/current" folders

changed .gitignore to be more accurate and to include "/current" folders #328

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/[email protected]
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@latest
with:
GH_PAT: ${{ secrets.GH_PAT }}
SKIP_PR: true