Skip to content

Commit

Permalink
Set the SonarQube project description again
Browse files Browse the repository at this point in the history
  • Loading branch information
robtimus committed Dec 27, 2024
1 parent 51fc122 commit f71f383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
SONAR_TOKEN: ${{ secrets.SonarCloudToken }}
SONAR_HOST_URL: https://sonarcloud.io
with:
# omitted for now: -Dsonar.projectDescription=${{ env.projectDescription }}
args: >
-Dsonar.organization=robtimus-github
-Dsonar.projectKey=${{ env.projectName }}
"-Dsonar.projectDescription=${{ env.projectDescription }}"
-Dsonar.links.homepage=${{ env.projectHomepage }}
-Dsonar.links.issue=${{ env.projectBugUrl }}
-Dsonar.links.scm=${{ env.projectRepositoryUrl }}
Expand Down

0 comments on commit f71f383

Please sign in to comment.