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