diff --git a/.github/workflows/dotnet-main.yml b/.github/workflows/dotnet-main.yml index 357dce35c..680763cc1 100644 --- a/.github/workflows/dotnet-main.yml +++ b/.github/workflows/dotnet-main.yml @@ -151,9 +151,9 @@ jobs: if: github.actor != 'dependabot[bot]' needs: run-tests uses: ./.github/workflows/code-coverage.yml - with: - fail_on_low_coverage: true - secrets: inherit + with: + fail_on_low_coverage: true + secrets: inherit detect-pr-label: # This job detects whether the commit that triggered this push diff --git a/.github/workflows/dotnet-release.yml b/.github/workflows/dotnet-release.yml index 78daa4d95..c57364d52 100644 --- a/.github/workflows/dotnet-release.yml +++ b/.github/workflows/dotnet-release.yml @@ -130,7 +130,7 @@ jobs: publish-coverage: needs: run-tests uses: ./.github/workflows/code-coverage.yml - with: - fail_on_low_coverage: true - secrets: inherit + with: + fail_on_low_coverage: true + secrets: inherit