From fecc33aa6ce2bb7a7b0b7354264fef9b74eab00d Mon Sep 17 00:00:00 2001 From: tomjohnburton <39559415+tomjohnburton@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:09:00 +0400 Subject: [PATCH] change (#4501) --- .github/workflows/ci-cherry-pick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cherry-pick.yml b/.github/workflows/ci-cherry-pick.yml index c19bbd345e..d919f0dac6 100644 --- a/.github/workflows/ci-cherry-pick.yml +++ b/.github/workflows/ci-cherry-pick.yml @@ -41,7 +41,7 @@ jobs: RELEASE_BRANCH=$(git branch -r | grep 'origin/release/[0-9]\+\.[0-9]' | sed 's/.*release\///' | sort -V | tail -n1) echo "RELEASE_BRANCH=release/$RELEASE_BRANCH" >> $GITHUB_ENV -# +#2 - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: