From e99ef17a39927e70c87b8a7309e5a2e0a16d4675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9r=C3=A8?= Date: Thu, 17 Oct 2024 17:51:47 -0700 Subject: [PATCH] Update example to clarify recommend git diff options --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bf116d..acbd66d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ jobs: # # For more details please see: # https://github.com/lerebear/sizeup-action/blob/main/README.md#versioning - uses: lerebear/sizeup-action@v0.4.2 + uses: lerebear/sizeup-action@v0.8.9 id: sizeup-action with: @@ -59,7 +59,7 @@ jobs: # Defaults to "--ignore-space-change", which ignores lines of the # diff in which the only change is to the amount of whitespace on the # line. - git-diff-options: "" + git-diff-options: "--ignore-space-change" # Path to a YAML configuration file for this workflow that is stored # in this repository.