From 159fdf6e544937a0bebe9896d0a0132f4600fcfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Wed, 7 Aug 2019 20:36:21 -0700 Subject: [PATCH] modify input description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 45f4354..c3705f0 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: 'User defined upload name. Visible in Codecov UI' required: false token: - description: 'Set the repository token' + description: 'Repository upload token - get it from codecov.io' required: false file: description: 'Path to coverage file to upload'