fix check for branch existence

This commit is contained in:
Peter Evans 2024-08-08 16:55:33 +00:00
parent e4c51477d1
commit 2707da835d
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()