@ -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> {
core.setOutput('bar', 'baz')
core.setOutput('baR', 'baZ')
run()