Skip to content

Commit

Permalink
fix: pull first
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnburton committed Feb 14, 2024
1 parent 5894480 commit b61c890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
git checkout $RELEASE_BRANCH
git pull origin $RELEASE_BRANCH
git checkout -b $BRANCH
git cherry-pick -x $COMMIT_SHA
Expand Down

0 comments on commit b61c890

Please sign in to comment.