Skip to content

Commit

Permalink
remove unneeded setOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Aug 14, 2023
1 parent 03e67b2 commit c52db41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ async function run() {
await download(vsn, plat);
core.info("installed plural")
await setupConfig(vsn);
await setOutput()
await exec.exec("plural --help");
} catch (error) {
core.setFailed(error.message);
Expand Down

0 comments on commit c52db41

Please sign in to comment.