Skip to content

Commit

Permalink
Merge pull request #3 from biknandy/error-fix
Browse files Browse the repository at this point in the history
Fixes perpetual error with a return
  • Loading branch information
Koleok authored Jan 5, 2023
2 parents dc0f15a + 2a02faa commit 30f961d
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 30f961d

Please sign in to comment.