From b11469ff4fe6fc94eba4582b363adceb1e6a0ee6 Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 4 May 2022 15:34:54 +0100 Subject: [PATCH] Update README.md Fix input name based on the example above (https://github.com/codecov/codecov-action/blob/3a932f30ee57885fc5aef5f340a7a0d8cf8db720/README.md?plain=1#L39) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d8b365..86614ba 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ steps: ## Arguments -Codecov's Action currently supports five inputs from the user: `token`, `file`, `flags`,`name`, and `fail_ci_if_error`. These inputs, along with their descriptions and usage contexts, are listed in the table below: +Codecov's Action currently supports five inputs from the user: `token`, `files`, `flags`,`name`, and `fail_ci_if_error`. These inputs, along with their descriptions and usage contexts, are listed in the table below: | Input | Description | Usage | | :---: | :---: | :---: |