Skip to content

Commit

Permalink
Merge pull request #815 from IEvangelist/fix-status-checker
Browse files Browse the repository at this point in the history
Update check-build-warnings.yml
  • Loading branch information
carlyrevier authored Aug 15, 2023
2 parents 8a60989 + 66e910d commit 6f19323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-build-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: dotnet/docs-actions/actions/status-checker@main
- uses: actions/checkout@v3
- uses: dotnet/docs-tools/actions/status-checker@main
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
docs_path: "Contribute"
Expand Down

0 comments on commit 6f19323

Please sign in to comment.