mirror of
https://github.com/peter-evans/create-pull-request.git
synced 2026-05-14 18:42:43 +00:00
fix format and cleanup
This commit is contained in:
@@ -196,7 +196,7 @@ export async function createPullRequest(inputs: Inputs): Promise<void> {
|
||||
`Pushing pull request branch to '${branchRemoteName}/${inputs.branch}'`
|
||||
)
|
||||
if (inputs.signCommit) {
|
||||
// Stash any uncommitted tracked and untracked changes
|
||||
// Create signed commits via the GitHub API
|
||||
const stashed = await git.stashPush(['--include-untracked'])
|
||||
await git.checkout(inputs.branch)
|
||||
await githubHelper.pushSignedCommits(
|
||||
|
||||
Reference in New Issue
Block a user