From 628a310b5c9e4dc2a304d96ff0843f2106689233 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Thu, 1 Aug 2024 01:48:20 +0200 Subject: [PATCH] Commit the changes --- .github/workflows/periodic-scrape.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/periodic-scrape.yaml b/.github/workflows/periodic-scrape.yaml index 7c263e1..d0f0e9e 100644 --- a/.github/workflows/periodic-scrape.yaml +++ b/.github/workflows/periodic-scrape.yaml @@ -22,3 +22,10 @@ jobs: cd scripts python scrape-for-contributors.py + - name: Commit changes + run: | + git config --global user.name 'github-actions[bot]' + git config --global user.email 'github-actions[bot]@users.noreply.github.com' + git add . + git commit -m "Automated code changes" +