Skip to content

Commit 7856868

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 12f6ffa commit 7856868

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ inputs:
2222
required: false
2323
commitDepth:
2424
description: >
25-
When set to a valid Integer value - X, considers only the latest X number of commits.
26-
Zero, negative, or non-numeric values are ignored and all commits are linted.
25+
When set to an integer value X, considers only the latest X number of commits.
26+
Values less than or equal to zero, or values that cannot be parsed as an integer, are ignored and all commits are linted.
2727
default: ""
2828
required: false
2929
token:

0 commit comments

Comments
 (0)