Skip to content

Commit

Permalink
Merge pull request #528 from per1234/sync-labels-dotrepo-compatibility
Browse files Browse the repository at this point in the history
Use explicit filename source in config file artifact upload step of "Sync Labels" workflows
  • Loading branch information
per1234 authored Nov 4, 2024
2 parents f050a6e + 9e52e3a commit f5c8353
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sync-labels-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ jobs:
- name: Pass configuration files to next job via workflow artifact
uses: actions/upload-artifact@v4
with:
path: |
*.yaml
*.yml
path: ${{ matrix.filename }}
if-no-files-found: error
name: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}${{ matrix.filename }}

Expand Down
4 changes: 1 addition & 3 deletions workflow-templates/sync-labels-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ jobs:
- name: Pass configuration files to next job via workflow artifact
uses: actions/upload-artifact@v4
with:
path: |
*.yaml
*.yml
path: ${{ matrix.filename }}
if-no-files-found: error
name: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}${{ matrix.filename }}

Expand Down
4 changes: 1 addition & 3 deletions workflow-templates/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ jobs:
- name: Pass configuration files to next job via workflow artifact
uses: actions/upload-artifact@v4
with:
path: |
*.yaml
*.yml
path: ${{ matrix.filename }}
if-no-files-found: error
name: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}${{ matrix.filename }}

Expand Down

0 comments on commit f5c8353

Please sign in to comment.