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

2
dist/index.js vendored

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

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

Loading…
Cancel
Save