From b9c7275bf8666d9d2fe7f0d9b77bd29f75aa4ae3 Mon Sep 17 00:00:00 2001 From: Chesire Date: Fri, 9 Apr 2021 20:13:29 +0100 Subject: [PATCH] chore: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ddaa6e..99db8dd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Defaults to `shiba` ### `update-image` -Flag to denote if a single image be updated on each execution of the action, or a new image posted each time. +Flag to denote if a single image should be updated on each execution of the action, or a new image posted each time. - If set to `true`, then a single comment will be created, then updated each time. - If set to `false`, then a new comment will be created each time. @@ -33,7 +33,7 @@ Defaults to `true` ## Example usage ```yaml -uses: Chesire/okami-action@v2 +uses: Chesire/okami-action@v2.1 with: okami-token: ${{ secrets.GITHUB_TOKEN }} animal-type: "shiba"