fix check for branch existence

This commit is contained in:
Peter Evans 2024-08-08 16:55:33 +00:00
parent 0c8901cc91
commit 8605c43792
7 changed files with 21 additions and 589 deletions

View file

@ -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()