Skip to content

Commit 4ee8069

Browse files
authored
fix (#641)
1 parent c14b25b commit 4ee8069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git checkout $NEXT_BRANCH
3737
FROM=${{github.event.commits[0].id}}
3838
TO=${{github.event.head_commit.id}}
39-
git cherry-pick -X theirs $FROM~..$TO || (echo "$FROM~..$TO" > cherry-pick-failed.txt; git add cherry-pick-failed.txt; git commit -m cherry-pick-failed.txt)
39+
git cherry-pick -X theirs $FROM || true
4040
gh pr create
4141
--title "Auto PR from release/$CURRENT_VERSION" \
4242
--body 'Created by Github action'

0 commit comments

Comments
 (0)