Skip to content

Commit

Permalink
chore: Addressed incorrect artifact name in the sonar workflow (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
rknj authored Jan 10, 2025
1 parent a04d88d commit 427b91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: jahia/jahia-modules-action/sonar-analysis@v2
with:
primary_release_branch: ${{ matrix.supported_branches }}
build_artifacts: ''
build_artifacts: build-artifacts-${{ matrix.supported_branches }}
github_pr_id: ${{github.event.number}}
sonar_url: ${{ secrets.SONAR_URL }}
sonar_token: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 427b91e

Please sign in to comment.