Skip to content

Commit 0674423

Browse files
docs(action): fix input and output descriptions in action.yml
1 parent 5607a8e commit 0674423

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,7 +22,7 @@ inputs:
2222
required: false
2323
commitDepth:
2424
description: >
25-
When set to an integer value X, considers only the latest X number of commits.
25+
When set to an integer value X, considers only the first X commits from the returned commit list.
2626
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
@@ -37,7 +37,7 @@ outputs:
3737
results:
3838
description: >
3939
JSON-encoded string representing an array of lint results for each analyzed
40-
commit; parse it with fromJson in workflows. Each entry contains:
40+
commit; parse it with fromJSON in workflows. Each entry contains:
4141
hash (commit SHA), message (commit message), valid (boolean),
4242
errors (array of strings), warnings (array of strings).
4343
runs:

0 commit comments

Comments
 (0)