We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b14452 commit 1d84badCopy full SHA for 1d84bad
.github/actions/create-pr/create_pr_for_staged_changes.sh
@@ -82,7 +82,7 @@ function create_temporary_branch_with_changes() {
82
echo "$@" | xargs -n1 git add || error "Failed to add staged changes: "$@""
83
git commit -m "${PR_TITLE}"
84
85
- git push origin "${TEMP_BRANCH}"
+ git push origin "${TEMP_BRANCH}" || error "Failed to create new temporary branch"
86
end_span
87
}
88
0 commit comments