Skip to content

Commit

Permalink
fix: add git config in workflow (gokarna-theme#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored Oct 31, 2024
1 parent bea2b13 commit 27dfbb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
exit 0
fi
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git checkout -b auto-update-screenshots
git add images/
git commit -m 'chore: update screenshots'
Expand Down

0 comments on commit 27dfbb8

Please sign in to comment.