Skip to content

Commit

Permalink
style: remove empty
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Sep 2, 2022
1 parent dad28fd commit 405d4bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helper/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export async function doDeleteComment(_commentId: number | void) {

export async function doGetIssue() {
const { number, title, body, state, labels, assignees } = await ICE.getIssue();

core.setOutput('issue-number', number);
core.setOutput('issue-title', title || '');
core.setOutput('issue-body', body || '');
Expand Down

0 comments on commit 405d4bd

Please sign in to comment.