Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMeliz authored Jun 7, 2024
1 parent fc41fea commit a507d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a507d6a

Please sign in to comment.