diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f561448..0b63ebb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN2 }} with: entryPoint: collector.py - args: sonar.projectKey= ${{ secrets.PROJECTKEY2 }}, sonar.organization= ${{ secrets.ORGANIZATION }} + args: -Dsonar.projectKey= ${{ secrets.PROJECTKEY2 }} -Dsonar.organization= ${{ secrets.ORGANIZATION }} sonarcloud3: name: SonarCloudScan-Reporter runs-on: ubuntu-latest