From 0f714976b0667ec92175d2df8d25a9b8ac68da2c Mon Sep 17 00:00:00 2001 From: Commit Report Sync Bot Date: Sun, 2 Mar 2025 21:54:14 -0800 Subject: [PATCH] Remove reference to unused output --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 3767c1d..e93e217 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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);