Skip to content

Commit bdd3d8b

Browse files
authored
Merge pull request #941 from per1234/sync-labels-dotrepo-compatibility
Use explicit filename source in config file artifact upload step of "Sync Labels" workflow
2 parents 82d9e5f + 9c2a2c1 commit bdd3d8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sync-labels-npm.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ jobs:
8686
- name: Pass configuration files to next job via workflow artifact
8787
uses: actions/upload-artifact@v4
8888
with:
89-
path: |
90-
*.yaml
91-
*.yml
89+
path: ${{ matrix.filename }}
9290
if-no-files-found: error
9391
name: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}${{ matrix.filename }}
9492

0 commit comments

Comments
 (0)