Skip to content

Commit e99ef17

Browse files
authored
Update example to clarify recommend git diff options
1 parent 059d94e commit e99ef17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
#
4040
# For more details please see:
4141
# https://github.com/lerebear/sizeup-action/blob/main/README.md#versioning
42-
uses: lerebear/sizeup-action@v0.4.2
42+
uses: lerebear/sizeup-action@v0.8.9
4343
id: sizeup-action
4444

4545
with:
@@ -59,7 +59,7 @@ jobs:
5959
# Defaults to "--ignore-space-change", which ignores lines of the
6060
# diff in which the only change is to the amount of whitespace on the
6161
# line.
62-
git-diff-options: ""
62+
git-diff-options: "--ignore-space-change"
6363

6464
# Path to a YAML configuration file for this workflow that is stored
6565
# in this repository.

0 commit comments

Comments
 (0)