Skip to content

Commit bbae7be

Browse files
committed
fix output
1 parent 9fa1643 commit bbae7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ runs:
196196
if (pull_requests.length === 0) {
197197
core.warning(`No Pull Requests associated with ${currentTag} were found.`);
198198
return {
199-
[]
199+
"comments": []
200200
};
201201
}
202202
@@ -213,5 +213,5 @@ runs:
213213
);
214214
215215
return {
216-
result
216+
"comments": result
217217
};

0 commit comments

Comments
 (0)