From e21b79e6d00094d7ddab58713fc64d7f075a6abb Mon Sep 17 00:00:00 2001 From: Hayley Denbraver Date: Mon, 18 Sep 2023 19:04:31 -0700 Subject: [PATCH] Update docs/github-action.md Co-authored-by: Rex P <106129829+another-rex@users.noreply.github.com> --- docs/github-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/github-action.md b/docs/github-action.md index 9a4dc5c8b7..ab3a80525e 100644 --- a/docs/github-action.md +++ b/docs/github-action.md @@ -55,7 +55,7 @@ In your project repository, create a new file `.github/workflows/osv-scanner-pr. Include the following in the [`osv-scanner-pr.yml`](https://github.com/google/osv-scanner/blob/main/.github/workflows/osv-scanner-pr.yml) file: ```yml -name: osv-scanner +name: OSV-Scanner PR Scan on: pull_request: