mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
spelling: uncommitted
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
348abed1de
commit
5f45e30ff9
2 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ export async function createOrUpdateBranch(
|
|||
// Save the working base changes to a temporary branch
|
||||
const tempBranch = uuidv4()
|
||||
await git.checkout(tempBranch, 'HEAD')
|
||||
// Commit any uncomitted changes
|
||||
// Commit any uncommitted changes
|
||||
if (await git.isDirty(true)) {
|
||||
core.info('Uncommitted changes found. Adding a commit.')
|
||||
await git.exec(['add', '-A'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue