Skip to content

Commit e403f84

Browse files
docs(action): fix input and output descriptions in action.yml
1 parent 7856868 commit e403f84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ inputs:
3636
outputs:
3737
results:
3838
description: >
39-
JSON array of lint results for each analyzed commit. Each entry contains:
39+
JSON-encoded string representing an array of lint results for each analyzed
40+
commit; parse it with fromJson in workflows. Each entry contains:
4041
hash (commit SHA), message (commit message), valid (boolean),
4142
errors (array of strings), warnings (array of strings).
4243
runs:

0 commit comments

Comments
 (0)