diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a44f579..0b02462 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,4 +70,4 @@ jobs: uses: usdot-fhwa-stol/actions/sonar-scanner@main with: sonar-token: ${{ secrets.SONAR_TOKEN }} - working-dir: "/opt/carma/src/${{ github.event.repository.name }}" + working-dir: "/opt/carma/src/${{ github.event.repository.name }}" \ No newline at end of file