From bfca8113830ea85c97eb1dfb0b219a03c56e22a5 Mon Sep 17 00:00:00 2001 From: David Pine Date: Tue, 14 Mar 2023 16:01:44 -0500 Subject: [PATCH] Update check-for-build-warnings.yml (#28675) --- .github/workflows/check-for-build-warnings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"