[CI] test built
This commit is contained in:
parent
8f96fd0252
commit
a2aa3c178a
2 changed files with 2 additions and 1 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -1073,7 +1073,7 @@ function createOrUpdateBranch(git, commitMessage, base, branch, branchRemoteName
|
|||
// Save the working base changes to a temporary branch
|
||||
const tempBranch = uuid_1.v4();
|
||||
yield git.checkout(tempBranch, 'HEAD');
|
||||
// Commit any uncomitted changes
|
||||
// Commit any uncommitted changes
|
||||
if (yield git.isDirty(true)) {
|
||||
core.info('Uncommitted changes found. Adding a commit.');
|
||||
yield git.exec(['add', '-A']);
|
||||
|
|
1
report.txt
Normal file
1
report.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1597806676
|
Loading…
Reference in a new issue