From ef129fbc941cd2b16c69f3923551a18b8413ad45 Mon Sep 17 00:00:00 2001 From: Tsachi Shlidor Date: Sun, 14 Apr 2024 12:07:28 +0300 Subject: [PATCH] Update update_master.yml --- .github/workflows/update_master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_master.yml b/.github/workflows/update_master.yml index 44d7eea0..65f29cbb 100644 --- a/.github/workflows/update_master.yml +++ b/.github/workflows/update_master.yml @@ -16,6 +16,7 @@ jobs: run: | git config user.name "cloudinary-jenkins" git config user.email "cloudinary-jenkins@clodinary.com" + git checkout -b update-master git merge -X ours --no-edit origin/edge || true - name: Create Pull Request