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'