diff --git a/.github/workflows/check-for-build-warnings.yml b/.github/workflows/check-for-build-warnings.yml index a63816850a..d846ace666 100644 --- a/.github/workflows/check-for-build-warnings.yml +++ b/.github/workflows/check-for-build-warnings.yml @@ -15,6 +15,6 @@ jobs: steps: - uses: dotnet/docs-actions/actions/status-checker@main with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - docs-path: "aspnetcore" - url-base-path: "aspnet/core" + repo_token: ${{ secrets.GITHUB_TOKEN }} + docs_path: "aspnetcore" + url_base_path: "aspnet/core"