diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index faa3be6..12707c0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: "https://quality.nhcarrigan.com" - args: > - -Dsonar.sources=. - -Dsonar.projectKey=typescript-config + with: + args: > + -Dsonar.sources=. + -Dsonar.projectKey=typescript-config