From 8dbdb7130e36e1da7148ff044065c65bd2d24e62 Mon Sep 17 00:00:00 2001 From: Tsachi Shlidor Date: Mon, 15 Jul 2024 11:41:46 +0300 Subject: [PATCH] Update update_master.yml --- .github/workflows/update_master.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/update_master.yml b/.github/workflows/update_master.yml index e9ad0fff..8b84a9e8 100644 --- a/.github/workflows/update_master.yml +++ b/.github/workflows/update_master.yml @@ -12,13 +12,6 @@ jobs: ref: edge fetch-depth: 0 - - name: Push update branch - run: | - git config user.name "cloudinary-jenkins" - git config user.email "cloudinary-jenkins@cloudinary.com" - git checkout -b update-master-from-edge - git push -u origin update-master-from-edge - - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: