We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059d94e commit e99ef17Copy full SHA for e99ef17
README.md
@@ -39,7 +39,7 @@ jobs:
39
#
40
# For more details please see:
41
# https://github.com/lerebear/sizeup-action/blob/main/README.md#versioning
42
- uses: lerebear/sizeup-action@v0.4.2
+ uses: lerebear/sizeup-action@v0.8.9
43
id: sizeup-action
44
45
with:
@@ -59,7 +59,7 @@ jobs:
59
# Defaults to "--ignore-space-change", which ignores lines of the
60
# diff in which the only change is to the amount of whitespace on the
61
# line.
62
- git-diff-options: ""
+ git-diff-options: "--ignore-space-change"
63
64
# Path to a YAML configuration file for this workflow that is stored
65
# in this repository.
0 commit comments