Skip to content

Commit dd5243a

Browse files
authored
Updates action README's to support v3.0.0 release
Updated output description to clarify that findings are now output as a JSON file.
1 parent 9f02212 commit dd5243a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/find/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ configuration option.
4141

4242
### Outputs
4343

44-
#### `findings`
44+
#### `findings_file`
4545

46-
List of potential accessibility gaps, as stringified JSON. For example:
46+
List of potential accessibility gaps, output as a JSON file. For example:
4747

4848
```JS
4949
'[]'

0 commit comments

Comments
 (0)