Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6ca243e

Browse files
authored
Merge pull request #146 from per1234/explicit-artifact-name
Use explicit filename source in config file artifact upload step of "Sync Labels" workflow
2 parents a3c3ecb + 1ec2d1b commit 6ca243e

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)

AltStyle によって変換されたページ (->オリジナル) /