From 20aa41094a47c249109e940bc908a7f02c49a04c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20Altu=C4=9F?= Date: Mon, 14 Nov 2022 10:06:15 +0300 Subject: [PATCH] update pull command --- .github/workflows/auto-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index ba7049d6d3..1a7b797ef8 100644 --- a/.github/workflows/auto-pr.yml +++ b/.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: