This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
Run command plugin in whole package if no targets defined (#5789) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Plugins Sync | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- 'Plugins/**' | |
workflow_dispatch: | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Run file sync | |
uses: BetaHuhn/repo-file-sync-action@v1 | |
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' |