We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd9b39 commit 7fff497Copy full SHA for 7fff497
.github/workflows/backport-base.yml
@@ -152,7 +152,8 @@ jobs:
152
issue_number: pr_number,
153
body: git_am_failed_body
154
});
155
- throw new Error("Error: git am failed, most likely due to a merge conflict.", false);
+ core.setFailed("Error: git am failed, most likely due to a merge conflict.");
156
+ return;
157
}
158
else {
159
// push the temp branch to the repository
0 commit comments