Skip to content

Fix trailing whitespace in CHANGELOG #16

Fix trailing whitespace in CHANGELOG

Fix trailing whitespace in CHANGELOG #16

Workflow file for this run

name: Plugins Sync

Check failure on line 1 in .github/workflows/plugins-sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/plugins-sync.yml

Invalid workflow file

(Line: 15, Col: 1): Unexpected value 'x-checkout-step', (Line: 26, Col: 9): Unexpected value '<<', (Line: 25, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
push:
branches:
- main
paths:
- 'Plugins/**'
workflow_dispatch:
permissions:
contents: read
# Common reusable configurations
x-checkout-step: &checkout-step
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
jobs:
sync:
name: Sync Plugins Folder
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
<<: *checkout-step
- name: Run file sync
uses: BetaHuhn/repo-file-sync-action@8b92be3375cf1d1b0cd579af488a9255572e4619 # v1.21.1
with:
GH_PAT: ${{ secrets.SIMPLYDANNY_PLUGINS_SYNC }}
IS_FINE_GRAINED: true
CONFIG_PATH: .github/plugins-sync.yml
SKIP_PR: true
COMMIT_PREFIX: 🔄 Workflow in 'realm/SwiftLint'