diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index 98a831b..27bd34a 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -63,7 +63,7 @@ jobs: - name: SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master if: success() && matrix.java-version == env.COVERAGE_JDK && matrix.kotlin-version == env.COVERAGE_KOTLIN - && martix.os == 'unbuntu-latest' + && matrix.os == 'unbuntu-latest' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}