Skip to content

.github/workflows/automatic-content.yml #876

.github/workflows/automatic-content.yml

.github/workflows/automatic-content.yml #876

name: Get Automated Content
on:
schedule:
- cron: '15 15 * * *'
jobs:
getcontent:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
name: Setup .NET Core
with:
dotnet-version: '6.x' # SDK Version to use; x will use the latest version of the specified channel
- name: Get Weather Data
run: dotnet run --project source/Almostengr.AlmostengrWebsite.GardenWeather/Almostengr.AlmostengrWebsite.GardenWeather.csproj
- name: Run commit on files
run: bash scripts/ghcommit.sh