Skip to content

Commit

Permalink
Fix Error for return
Browse files Browse the repository at this point in the history
  • Loading branch information
Bik Nandy committed Jan 5, 2023
1 parent dc0f15a commit 2a02faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const main = async () => {
setOutput("linear-issue-url", issue.url);
setOutput("linear-issue-title", issue.title);
setOutput("linear-issue-description", issue.description);
return;
}
}

Expand Down

0 comments on commit 2a02faa

Please sign in to comment.