Remove reference to unused output
This commit is contained in:
parent
5f6018c6cd
commit
0f714976b0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user