Skip to content

Commit ec80431

Browse files
committed
change commit author to localstack bot
1 parent fc3fd5e commit ec80431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-content.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Commit and Push Changes
8383
run: |
84-
git config --global user.name 'AncaGhenade'
85-
git config --global user.email 'ancaghenade@gmail.com'
84+
git config --global user.name 'LocalStack Bot'
85+
git config --global user.email 'localstack-bot@users.noreply.github.com'
8686
git add README.md
8787
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 commit comments

Comments
 (0)