Skip to content

Commit

Permalink
docs: outline new comment ID behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Oct 25, 2023
1 parent e60087b commit f441ad5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ steps:
The following inputs are supported
| Input | Description | Required | Default |
| --------------------- | ----------------------------------------------------- | -------- | -------------------------------------- |
| `token` | GitHub Personal Access Token for making API requests. | `false` | `${{ github.token }}` |
| `command_script_name` | The package script that runs knip. | `false` | `knip` |
| `comment_id` | ID to use when updating the PR comment. | `false` | `${{ github.workflow }}-knip-reporter` |
| `ignore_result` | Do not fail the action run if knip results are found. | `false` | `false` |
| Input | Description | Required | Default |
| --------------------- | ---------------------------------------------------------------------------- | -------- | -------------------------------------- |
| `token` | GitHub Personal Access Token for making API requests. | `false` | `${{ github.token }}` |
| `command_script_name` | The package script that runs knip. | `false` | `knip` |
| `comment_id` | ID to use when updating the PR comment. Spaces will be replaced with dashes. | `false` | `${{ github.workflow }}-knip-reporter` |
| `ignore_result` | Do not fail the action run if knip results are found. | `false` | `false` |

### Issues

Expand Down

0 comments on commit f441ad5

Please sign in to comment.