Post latest data #11012
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
name: Post latest data | |
on: | |
schedule: | |
- cron: '0 9-22 * * *' | |
workflow_dispatch: | |
jobs: | |
post_latest_data: | |
name: Post latest data to historic db | |
runs-on: ubuntu-latest | |
steps: | |
- name: cURL request | |
run: curl -X POST -d {} https://argentinavacunada.vercel.app/api/historic_data |