Skip to content

Commit

Permalink
sync.yml -> sync-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Nov 24, 2024
1 parent b930bf9 commit a1d8329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/sync.yml → .github/sync-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group:
dest: .github/
deleteOrphaned: true
exclude: |
sync.yml
sync-config.yml
workflows/sync.yml
- source: stylecop.json
dest: stylecop.json
Expand Down Expand Up @@ -35,7 +35,7 @@ group:
- source: .github/
dest: .github/
exclude: |
sync.yml
sync-config.yml
settings.yml
workflows/ci.yml
workflows/sync.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_FULL_PAT }}
CONFIG_PATH: .github/sync-config.yml
COMMIT_PREFIX: "sync:"
ORIGINAL_MESSAGE: true
COMMIT_EACH_FILE: false
Expand Down

0 comments on commit a1d8329

Please sign in to comment.