Skip to content

Commit

Permalink
ci: Update update_master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi authored Mar 17, 2024
1 parent 7f6bb25 commit aed7bc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aed7bc3

Please sign in to comment.