diff --git a/README.md b/README.md index 6066efd..f6d265a 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,6 @@ steps: | Input | Required | Default | Description | | ----- | -------- | ------- | ----------- | | `project_token` | Yes | - | The project token for your Codacy project. | -| `tool` | Yes | - | The tool to use for analysis. | +| `tool` | Yes | eslint | The tool to use for analysis. | | `upload_report` | No | false | Whether to upload the report to Codacy. | | `sarif_file_path` | No | "./report.sarif" | The path to the SARIF file to upload. | diff --git a/action.yml b/action.yml index 5866634..a6d239c 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: description: >- Only run a specific tool or tool category (eslint, stylelint, etc). For the full list of tools, see https://docs.codacy.com/repositories-configure/codacy-configuration-file/#which-tools-can-be-configured-and-which-name-should-i-use - default: "eslint" + default: "eslint" sarif_file_path: required: false description: >-