From ec80431c7405432f76ca32986bf1aa0680e39647 Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Sun, 26 May 2024 11:03:22 +0530 Subject: [PATCH] change commit author to localstack bot --- .github/workflows/update-content.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-content.yml b/.github/workflows/update-content.yml index a0c2836..0f84c0e 100644 --- a/.github/workflows/update-content.yml +++ b/.github/workflows/update-content.yml @@ -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)