Skip to content

Commit 0a9df20

Browse files
committed
Fix to environment variable #22
1 parent a0e4f06 commit 0a9df20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# SonarCloud access token should be generated from https://sonarcloud.io/account/security/
4848
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4949
- 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}
50+
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pcoverage -Pcoverage,sonarfugerit -Dsonar.projectKey=fugerit-org_${{github.event.repository.name}}
5151
env:
5252
# Needed to get some information about the pull request, if any
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)