Browse Source

update pull command

pull/14632/head
Muhammed Altuğ 3 years ago
committed by GitHub
parent
commit
20aa41094a
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

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

Loading…
Cancel
Save