Skip to content

Commit

Permalink
change commit author to localstack bot
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed May 26, 2024
1 parent fc3fd5e commit ec80431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Commit and Push Changes
run: |
git config --global user.name 'AncaGhenade'
git config --global user.email 'ancaghenade@gmail.com'
git config --global user.name 'LocalStack Bot'
git config --global user.email 'localstack-bot@users.noreply.github.com'
git add README.md
git diff --quiet && git diff --staged --quiet || (git add README.md && git commit -m "Update README with new tutorials, videos and blog posts" && git push)

0 comments on commit ec80431

Please sign in to comment.