From ad774549da746b121e48417991720ae2561b6b4e Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Wed, 12 Aug 2020 00:15:12 -0700 Subject: [PATCH] Update action.yml with new authors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Thomas Hu as new author 👍 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4eaf9c773..49fed40cc 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'Codecov' description: 'GitHub Action that uploads coverage reports for your repository to codecov.io' -author: 'Ibrahim Ali <@ibrahim0814> | Codecov' +author: 'Ibrahim Ali <@ibrahim0814> & Thomas Hu <@thomasrockhu> | Codecov' inputs: name: description: 'User defined upload name. Visible in Codecov UI'