From a2aa3c178a2d8bcf810542c2ac71afad18df1435 Mon Sep 17 00:00:00 2001 From: peter-evans Date: Wed, 19 Aug 2020 03:11:16 +0000 Subject: [PATCH] [CI] test built --- dist/index.js | 2 +- report.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 report.txt diff --git a/dist/index.js b/dist/index.js index 687a1b3..1769331 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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']); diff --git a/report.txt b/report.txt new file mode 100644 index 0000000..27e0918 --- /dev/null +++ b/report.txt @@ -0,0 +1 @@ +1597806676