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