mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
[CI] test built
This commit is contained in:
parent
2721abb4d0
commit
8e8b13ba41
2 changed files with 3 additions and 1 deletions
3
dist/index.js
vendored
3
dist/index.js
vendored
|
@ -141,7 +141,8 @@ function createOrUpdateBranch(git, commitMessage, base, branch, branchRemoteName
|
|||
}
|
||||
const commitResult = yield git.commit(popts, true);
|
||||
// 'nothing to commit' can occur when core.autocrlf is set to true
|
||||
if (commitResult.exitCode != 0 && !commitResult.stdout.includes(NOTHING_TO_COMMIT)) {
|
||||
if (commitResult.exitCode != 0 &&
|
||||
!commitResult.stdout.includes(NOTHING_TO_COMMIT)) {
|
||||
throw new Error(`Unexpected error: ${commitResult.stderr}`);
|
||||
}
|
||||
}
|
||||
|
|
1
report.txt
Normal file
1
report.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1660810921
|
Loading…
Add table
Add a link
Reference in a new issue