DEV Community

Shirobachi
Shirobachi

Posted on

Covid cases report via GitHub action

My Workflow

This workflow will every day 10:15 get from API covid cases and push this information to discord webhook specified as secret!

Submission Category:

Wacky Wildcards

Yaml File or Link to Code

GitHub logo SimonHryszko / covidReporter

Github action to report status

covidReporter

GitHub's action to report status

This repo contains pretty simple GitHub action what may inspirate you to fetch some data with purpose to push them to discord or other webhook.

In this case this workflow fetch covid information daily 10:15 and push them to discord webhook. Webhook link you should put as secret called WEBHOOK_URL




Additional Resources / Info

You can pretty easy custom the workflow time when run or even information what it gets. If you want use this API but different information have a look here to learn about endpoints: https://coronavirus-tracker-api.herokuapp.com

Top comments (1)

Collapse
 
fidalmathew profile image
Fidal Mathew

Hi, I would like to get started with Github workflows and want to participate in this contest. I would be great if you could guide me.