Remove reference to unused output

This commit is contained in:
Commit Report Sync Bot 2025-03-02 21:54:14 -08:00
parent 5f6018c6cd
commit 0f714976b0

View File

@ -38,8 +38,6 @@ async function run() {
await main({domain:source_domain, owner:source_owner, name:source_name}, {domain:target_domain, owner:target_owner, name:target_name}, dry_run, token_for_target_repo);
// Set output
core.setOutput('example-output', 'some value');
} catch (error) {
if (error instanceof Error) {
core.setFailed(error.message);