Skip to content

Commit

Permalink
Do not manually set commit author
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Aug 1, 2024
1 parent fa49e38 commit 340e8f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/periodic-scrape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- name: Check for changes
id: git_diff
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add .
if git diff-index --quiet HEAD; then
echo "changes=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 340e8f4

Please sign in to comment.