From aed7bc34e1c5d0b7d0f0368c253ffbd4694cc216 Mon Sep 17 00:00:00 2001 From: Tsachi Shlidor Date: Sun, 17 Mar 2024 12:26:01 +0200 Subject: [PATCH] ci: Update update_master.yml --- .github/workflows/update_master.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_master.yml b/.github/workflows/update_master.yml index 6fb032f7..26e2510b 100644 --- a/.github/workflows/update_master.yml +++ b/.github/workflows/update_master.yml @@ -13,7 +13,10 @@ jobs: fetch-depth: 0 - name: Merge edge into master - run: git merge -X ours --no-edit origin/edge + run: | + git config user.name "cloudinary-jenkins" + git config user.email "cloudinary-jenkins@clodinary.com" + git merge -X ours --no-edit origin/edge - name: Create Pull Request uses: peter-evans/create-pull-request@v6