-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5be2704
commit 00597c1
Showing
2 changed files
with
8 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +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.' | ||
description: 'Get Covid-19 Update by country. 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.' | ||
description: 'COVID-19 Update on confirmed, deaths, recovered and active.' | ||
runs: | ||
using: 'node12' | ||
main: 'index.js' |