diff --git a/dist/index.js b/dist/index.js
index 3076170..a8643a9 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -2635,7 +2635,7 @@ function cleanup() {
 }
 // Main
 if (!cleanupRepositoryPath) {
-    core.setOutput('bar', 'baz');
+    core.setOutput('baR', 'baZ');
     run();
 }
 // Post
diff --git a/src/main.ts b/src/main.ts
index 441350d..c5425a9 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -39,7 +39,7 @@ async function cleanup(): Promise<void> {
 
 // Main
 if (!cleanupRepositoryPath) {
-  core.setOutput('bar', 'baz')
+  core.setOutput('baR', 'baZ')
   run()
 }
 // Post