Skip to content

Weather Data Script

Weather Data Script #8

Workflow file for this run

name: Weather Data Script
on:
schedule:
- cron: 0 10 * * *
workflow_dispatch:
jobs:
run-weather-script:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run weather.sh script
run: ./weather.sh