pull/96/head
eric sciple 6 years ago
parent 4fe4525883
commit 60ba51f1ac

2
dist/index.js vendored

@ -2635,7 +2635,7 @@ function cleanup() {
} }
// Main // Main
if (!cleanupRepositoryPath) { if (!cleanupRepositoryPath) {
core.setOutput('bar', 'baz'); core.setOutput('baR', 'baZ');
run(); run();
} }
// Post // Post

@ -39,7 +39,7 @@ async function cleanup(): Promise<void> {
// Main // Main
if (!cleanupRepositoryPath) { if (!cleanupRepositoryPath) {
core.setOutput('bar', 'baz') core.setOutput('baR', 'baZ')
run() run()
} }
// Post // Post

Loading…
Cancel
Save