From 8eb65b4bb2c66282768816015e882d3c156e45f0 Mon Sep 17 00:00:00 2001 From: akshatnema Date: Sun, 13 Oct 2024 17:27:01 +0530 Subject: [PATCH] updated git config inside github workflow --- .github/workflows/release-action-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-action-docker.yml b/.github/workflows/release-action-docker.yml index d34e84939d3..40900078d8b 100644 --- a/.github/workflows/release-action-docker.yml +++ b/.github/workflows/release-action-docker.yml @@ -45,8 +45,8 @@ jobs: - name: Commit and push run: | - git config --local user.name "github-actions[bot]" - git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name asyncapi-bot + git config --global user.email info@asyncapi.io git add action.yml git commit -m "chore(action): update docker version in action.yml" git push https://${{ env.GITHUB_TOKEN }}@github.com/asyncapi/cli