fix format and cleanup
This commit is contained in:
parent
4c77294175
commit
384bd7f976
4 changed files with 11 additions and 23 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue