11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-04 16:56:52 +00:00

fix: remove output generation

After the CVE-2020-15228 vulnerability,
we can't issue commands with sensitive data on this action anymore.

Due to that, the JSON output that this action generated was removed.
This commit is contained in:
Wagner Santos 2021-01-28 19:30:01 -03:00
parent 1128358de3
commit b674cd3ec4
4 changed files with 0 additions and 134 deletions

View file

@ -62,14 +62,6 @@ You can see more info about GitHub's default token [here](https://docs.github.co
default: `${{ github.token }}`
## Outputs
### `results`
The error and warning messages for each one of the analyzed commits. This is useful if you want to use the commitlint results in a JSON format in other jobs. See [the documentation](https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#fromjson) on how to read JSON information from outputs.
Below you can see an example text output together with its corresponding JSON output:
```
You have commit messages with errors