Skip to content

Commit

Permalink
Merge pull request #32 from ikmdev/casaras1-patch-4
Browse files Browse the repository at this point in the history
Update build.yaml
  • Loading branch information
casaras1 authored Sep 27, 2024
2 parents 7c0ea7f + c0e5022 commit 70df298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sonarcloud_host_url: ${{ 'https://sonarcloud.io/' }}
sonarcloud_organization: ${{ github.repository_owner }}
sonarcloud_sources: ${{ '' }}
sonarcloud_projectKey: ${{ 'repo-seed' }}
sonarcloud_projectKey: ${{ github.repository_owner }}_${{ 'repo-seed' }}
sonarcloud_coverage_jacoco_xmlReportPaths: ${{ '' }}
sonarcloud_java_binaries: ${{ '' }}
sonarcloud_tests: ${{ '' }}

0 comments on commit 70df298

Please sign in to comment.