mirror of
https://github.com/peter-evans/create-pull-request.git
synced 2026-05-14 18:42:43 +00:00
fix check for branch existence
This commit is contained in:
@@ -205,13 +205,6 @@ export async function createPullRequest(inputs: Inputs): Promise<void> {
|
||||
branchRepository,
|
||||
inputs.branch
|
||||
)
|
||||
// await githubHelper.pushSignedCommit(
|
||||
// branchRepository,
|
||||
// inputs.branch,
|
||||
// inputs.base,
|
||||
// inputs.commitMessage,
|
||||
// result.branchFileChanges
|
||||
// )
|
||||
await git.checkout('-')
|
||||
if (stashed) {
|
||||
await git.stashPop()
|
||||
|
||||
Reference in New Issue
Block a user