Skip to content

Commit 676acfb

Browse files
authored
Update status-checker action mode to warning
1 parent c9beadb commit 676acfb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-for-build-warnings.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ jobs:
2323
- uses: dotnet/docs-tools/actions/status-checker@main
2424
with:
2525
repo_token: ${{ secrets.GITHUB_TOKEN }}
26-
docs_path: "docs"
27-
url_base_path: "dotnet"
26+
mode: "warning"

0 commit comments

Comments
 (0)