Skip to content

Commit

Permalink
fix maven arg
Browse files Browse the repository at this point in the history
  • Loading branch information
evaggelos99 committed Sep 11, 2024
1 parent ebb71ad commit 3db977a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=-Dsonar.projectKey=${{github.repository_owner}}_${{github.event.repository.name}}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=${{github.repository_owner}}_${{github.event.repository.name}}

0 comments on commit 3db977a

Please sign in to comment.