From d2415f2de5d0310689f4dfd96cb39a3bc93a4b45 Mon Sep 17 00:00:00 2001 From: Ryan Brown Date: Sun, 23 Jan 2022 19:54:37 -0500 Subject: [PATCH 1/2] Update README.md with check-name option --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4a9a023..8e2d0fa 100644 --- a/README.md +++ b/README.md @@ -72,5 +72,17 @@ with: working-directory: "frontend" ``` +### Editing the status check name + +For running tests with a different status check name, supply a check-name. +_(note: you need to reference the latest master branch for this option)_ + +```yaml +uses: mattallty/jest-github-action@master +env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +with: + check-name: "jest-check" +``` See the [actions tab](https://github.com/mattallty/jest-github-action/actions) for runs of this action! :rocket: From 4fbba35e1e53d2c8886caefabbd9c589e7232dbd Mon Sep 17 00:00:00 2001 From: Ryan Brown Date: Sun, 23 Jan 2022 19:58:32 -0500 Subject: [PATCH 2/2] Fix line spacing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e2d0fa..c443480 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ with: ### Editing the status check name For running tests with a different status check name, supply a check-name. + _(note: you need to reference the latest master branch for this option)_ ```yaml