We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e4f06 commit 0a9df20Copy full SHA for 0a9df20
.github/workflows/sonarcloud-maven.yml
@@ -47,7 +47,7 @@ jobs:
47
# SonarCloud access token should be generated from https://sonarcloud.io/account/security/
48
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
49
- name: Build and analyze
50
- run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pcoverage -Pcoverage,sonarfugerit -Dsonar.projectKey=fugerit-org_${github.event.repository.name}
+ run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pcoverage -Pcoverage,sonarfugerit -Dsonar.projectKey=fugerit-org_${{github.event.repository.name}}
51
env:
52
# Needed to get some information about the pull request, if any
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments