From 60ba51f1acef05c2b99c8cbaee19b426f4e4d37f Mon Sep 17 00:00:00 2001 From: eric sciple Date: Wed, 4 Dec 2019 11:22:58 -0500 Subject: [PATCH] . --- dist/index.js | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { // Main if (!cleanupRepositoryPath) { - core.setOutput('bar', 'baz') + core.setOutput('baR', 'baZ') run() } // Post