Browse Source

Update auto-pr.yml

pull/7219/head
Mehmet Erim 5 years ago
committed by GitHub
parent
commit
44329dfa67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/auto-pr.yml

4
.github/workflows/auto-pr.yml

@ -12,8 +12,8 @@ jobs:
ref: dev
- name: Reset promotion branch
run: |
git fetch origin rel-4.1:rel-4.1
git reset --hard rel-4.1
git fetch origin rel-4.2:rel-4.2
git reset --hard rel-4.2
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:

Loading…
Cancel
Save