Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change (#4501)
Browse files Browse the repository at this point in the history
tomjohnburton authored Feb 7, 2024
1 parent 3766597 commit fecc33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cherry-pick.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit fecc33a

Please sign in to comment.