Skip to content

Commit 8f524ef

Browse files
authored
Merge pull request #154 from ecmwf-actions/fix-sync-workflow-version1
Fix exclusions in sync workflow -- Version1
2 parents 17fa2ce + e0f9ec4 commit 8f524ef

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/sync-files-to-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v4
1515
- name: Run Repo File Sync Action
16-
uses: BetaHuhn/repo-file-sync-action@v1
16+
uses: BetaHuhn/repo-file-sync-action@v1.19
1717
with:
1818
GH_PAT: ${{ secrets.REPO_SYNC_ACTION_PAT }}
1919
GIT_EMAIL: "[email protected]"

sync-files/sync.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ group:
8181
.release-please-manifest.json
8282
.github/PULL_REQUEST_TEMPLATE/pull_request_template-core.md
8383
.github/workflows/push-to-private.yml
84+
.github/workflows/downstream-ci-hpc.yml
8485
repos: |
8586
ecmwf/anemoi-registry
8687
@@ -127,21 +128,21 @@ group:
127128
year: 2024-2025
128129
authors: Anemoi Contributors
129130
exclude:
130-
- .github
131+
- .github/dependabot.yml
131132
- source: sync-files/general/python/
132133
dest: models/
133134
template:
134135
year: 2024-2025
135136
authors: Anemoi Contributors
136137
exclude:
137-
- .github
138+
- .github/dependabot.yml
138139
- source: sync-files/general/python/
139140
dest: training/
140141
template:
141142
year: 2024-2025
142143
authors: Anemoi Contributors
143144
exclude:
144-
- .github
145+
- .github/dependabot.yml
145146
- source: sync-files/anemoi/CONTRIBUTORS.md
146147
dest: CONTRIBUTORS.md
147148
template:

0 commit comments

Comments
 (0)