diff --git a/proxy-actions/codecov/action.yml b/proxy-actions/codecov/action.yml index 55a72f17..505e35b2 100644 --- a/proxy-actions/codecov/action.yml +++ b/proxy-actions/codecov/action.yml @@ -11,7 +11,7 @@ inputs: description: 'The file location of a pre-downloaded version of the CLI. If specified, integrity checking will be bypassed.' required: false codecov_yml_path: - description: 'The location of the codecov.yml file. This is crrently ONLY used for automated test selection (https://docs.codecov.com/docs/getting-started-with-ats). Note that for all other cases, the Codecov yaml will need to be located as described here: https://docs.codecov.com/docs/codecov-yaml#can-i-name-the-file-codecovyml' + description: 'The location of the codecov.yml file. This is currently ONLY used for automated test selection (https://docs.codecov.com/docs/getting-started-with-ats). Note that for all other cases, the Codecov yaml will need to be located as described here: https://docs.codecov.com/docs/codecov-yaml#can-i-name-the-file-codecovyml' required: false commit_parent: description: 'SHA (with 40 chars) of what should be the parent of this commit.'