Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emafazillah authored Mar 31, 2020
1 parent 82a2e6d commit af60185
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -10,4 +13,4 @@ outputs:
description: 'COVID-19 Update on confirmed, deaths, recovered and active.'
runs:
using: 'node12'
main: 'index.js'
main: 'index.js'

0 comments on commit af60185

Please sign in to comment.