From af601857ca892f47843af22a9887d73b3a97f847 Mon Sep 17 00:00:00 2001 From: Ema Fazillah Abu Bakar Date: Tue, 31 Mar 2020 13:52:26 +0800 Subject: [PATCH] Update action.yml --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b887851..b5dd328 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'GitHub Action for COVID-19 Updates' description: 'Get Covid-19 Update by country. Data from 2019 Novel Coronavirus COVID-19 (2019-nCoV) Data Repository by Johns Hopkins CSSE.' +branding: + color: 'blue' + icon: 'alert-circle' inputs: who-to-greet: # id of input description: 'Yesterday date' @@ -10,4 +13,4 @@ outputs: description: 'COVID-19 Update on confirmed, deaths, recovered and active.' runs: using: 'node12' - main: 'index.js' \ No newline at end of file + main: 'index.js'