From e0afd58fd8cf20fd244dedeab7f91d00fc3be915 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 17 Feb 2024 12:42:16 +0100 Subject: [PATCH] Adding title --- .github/workflows/scrape-data.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scrape-data.yml b/.github/workflows/scrape-data.yml index cdf5bf3..1840c4b 100644 --- a/.github/workflows/scrape-data.yml +++ b/.github/workflows/scrape-data.yml @@ -25,4 +25,6 @@ jobs: run: dotnet run --project scraper/Scraper/Scraper.csproj - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 \ No newline at end of file + uses: peter-evans/create-pull-request@v6 + with: + title: Scraped data update \ No newline at end of file