From a497b16d7708de3317b340a3621bb314dc13c516 Mon Sep 17 00:00:00 2001 From: ibrahim0814 Date: Thu, 5 Dec 2019 21:42:20 -0800 Subject: [PATCH] fix action yaml description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f839201..b292aa8 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: description: 'Specify the location of the .codecov.yml config file' required: false fail_ci_if_error: - description: 'Specify whether or not CI build should fail is something goes wrong with Codecov' + description: 'Specify whether or not CI build should fail if Codecov runs into an error during upload' required: false branding: color: 'red'