fix check for branch existence
This commit is contained in:
parent
0c8901cc91
commit
8605c43792
7 changed files with 21 additions and 589 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue