Skip to content

🥄 Scraping data

🥄 Scraping data #86

Workflow file for this run

name: scrape-data
on:
workflow_dispatch:
schedule:
- cron: "0 12 1 * *"
jobs:
build:
runs-on: windows-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Build
run: dotnet build scraper/Scraper/Scraper.csproj
- name: Scrape
run: dotnet run --project scraper/Scraper/Scraper.csproj
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
title: Scraped data update