[CI] test built

This commit is contained in:
peter-evans 2020-08-19 03:11:16 +00:00 committed by GitHub
parent 8f96fd0252
commit a2aa3c178a
2 changed files with 2 additions and 1 deletions

2
dist/index.js vendored
View file

@ -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
View file

@ -0,0 +1 @@
1597806676