Skip to content

Commit

Permalink
Merge pull request #154 from ecmwf-actions/fix-sync-workflow-version1
Browse files Browse the repository at this point in the history
Fix exclusions in sync workflow -- Version1
  • Loading branch information
HCookie authored Feb 4, 2025
2 parents 17fa2ce + e0f9ec4 commit 8f524ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-files-to-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Repo File Sync Action
uses: BetaHuhn/repo-file-sync-action@v1
uses: BetaHuhn/repo-file-sync-action@v1.19
with:
GH_PAT: ${{ secrets.REPO_SYNC_ACTION_PAT }}
GIT_EMAIL: "[email protected]"
Expand Down
7 changes: 4 additions & 3 deletions sync-files/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ group:
.release-please-manifest.json
.github/PULL_REQUEST_TEMPLATE/pull_request_template-core.md
.github/workflows/push-to-private.yml
.github/workflows/downstream-ci-hpc.yml
repos: |
ecmwf/anemoi-registry
Expand Down Expand Up @@ -127,21 +128,21 @@ group:
year: 2024-2025
authors: Anemoi Contributors
exclude:
- .github
- .github/dependabot.yml
- source: sync-files/general/python/
dest: models/
template:
year: 2024-2025
authors: Anemoi Contributors
exclude:
- .github
- .github/dependabot.yml
- source: sync-files/general/python/
dest: training/
template:
year: 2024-2025
authors: Anemoi Contributors
exclude:
- .github
- .github/dependabot.yml
- source: sync-files/anemoi/CONTRIBUTORS.md
dest: CONTRIBUTORS.md
template:
Expand Down

0 comments on commit 8f524ef

Please sign in to comment.