Skip to content

Commit

Permalink
Update example to clarify recommend git diff options
Browse files Browse the repository at this point in the history
  • Loading branch information
lerebear authored Oct 18, 2024
1 parent 059d94e commit e99ef17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down

0 comments on commit e99ef17

Please sign in to comment.