Collect Weather Data #1541
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: Collect Weather Data | |
on: | |
schedule: | |
- cron: '0 0/1 * * *' # See https://crontab.guru/#0_0/2_*_*_* for help | |
workflow_dispatch: # Permette l'avvio manuale del workflow | |
jobs: | |
update-stats: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Use Collect Weather Data Action | |
uses: GitGinocchio/weather-prediction-github-action@main |