Remove typo in github action

This commit is contained in:
2024-07-04 17:19:24 +02:00
parent d984a3e6f0
commit 2a4701374d

View File

@@ -40,5 +40,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
sonar-scanner --define sonar.cfamily.compile-commandss="${{ env.BUILD_WRAPPER_OUT_DIR }}" \
sonar-scanner --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}" \
--define sonar.coverageReportPaths=build/coverage.xml