Skip to content

Commit

Permalink
Add action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emafazillah committed Mar 29, 2020
1 parent a4bda6a commit 7056f82
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
File renamed without changes.
13 changes: 13 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'GitHub Action for COVID-19 Updates'
description: 'Get Malaysian Covid-19 Updates. Data from 2019 Novel Coronavirus COVID-19 (2019-nCoV) Data Repository by Johns Hopkins CSSE.'
inputs:
who-to-greet: # id of input
description: 'Yesterday date'
required: true
default: 'Yesterday date'
outputs:
time: # id of output
description: 'COVID-19 Updates on confirmed, deaths, recovered and active.'
runs:
using: 'node12'
main: 'index.js'

0 comments on commit 7056f82

Please sign in to comment.