Skip to content

Commit

Permalink
Commit the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Jul 31, 2024
1 parent ee39161 commit 628a310
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/periodic-scrape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 628a310

Please sign in to comment.