From 396e646e38605c0173f61647aef42b433316a346 Mon Sep 17 00:00:00 2001 From: Constantine Nathanson <35217733+const-cloudinary@users.noreply.github.com> Date: Sun, 7 Apr 2024 21:26:55 +0300 Subject: [PATCH] Update hello.yml --- .github/workflows/hello.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 836c2da..500ea6f 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -27,6 +27,8 @@ jobs: - name: Merge changes run: | + git config --global user.email "cld-auto-merge-bot@cloudinary.com" + git config --global user.name "cld-auto-merge-bot" git fetch origin git checkout $TARGET_BRANCH git pull origin $TARGET_BRANCH