diff --git a/.github/workflows/update-extensions.yml b/.github/workflows/update-extensions.yml index 821004a3..36b3f82f 100644 --- a/.github/workflows/update-extensions.yml +++ b/.github/workflows/update-extensions.yml @@ -45,8 +45,8 @@ jobs: - name: Commit changes run: | - git config --global user.name "github-actions[bot]" - git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "vbotbuildovich" + git config --global user.email "vbotbuildovich@users.noreply.github.com" git add package.json package-lock.json git commit -m "Update @redpanda-data/docs-extensions-and-macros" env: