Skip to content

🔄 synced local '.github/workflows/validate-properties-links.yml' with… #1

🔄 synced local '.github/workflows/validate-properties-links.yml' with…

🔄 synced local '.github/workflows/validate-properties-links.yml' with… #1

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