From d2977a480c95c83ca864d195da066beb13d770ea Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Tue, 14 Nov 2023 13:29:43 -0800 Subject: [PATCH] final final final final fix --- .github/workflows/label-cherry-pick.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-cherry-pick.yaml b/.github/workflows/label-cherry-pick.yaml index 0b75d93f388b8..e9ff484b30c89 100644 --- a/.github/workflows/label-cherry-pick.yaml +++ b/.github/workflows/label-cherry-pick.yaml @@ -97,7 +97,7 @@ jobs: # add the conflicting file and create the commit anyway. git add . git cherry-pick --continue - exit $? + exit ${RES} fi else # This commit is a merge commit and has multiple parents.