Skip to content

Commit

Permalink
Merge pull request #136 from danhellem/users/danhellem/fix-133
Browse files Browse the repository at this point in the history
removed setoutput
  • Loading branch information
danhellem authored Jun 29, 2023
2 parents 63bafca + 2e4984a commit c308996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ async function main() {

// set output message
if (workItem != null || workItem != undefined) {
console.log(`Work item successfully created or updated: ${workItem.id}`);
core.setOutput(`id`, `${workItem.id}`);
console.log(`Work item successfully created or updated: ${workItem.id}`);
}

} catch (error) {
console.log("Error in catch statement:");
console.log(error);
Expand Down

0 comments on commit c308996

Please sign in to comment.