Skip to content

Commit bc40e82

Browse files
committed
update
1 parent aad602f commit bc40e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/list-pr/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
core.info(`prs: ${pr_urls.join("\n")}`);
7171
} else {
7272
core.warning("No PR found");
73-
return None;
73+
return null;
7474
}
7575
7676
const result = prs.map(pr => ({

0 commit comments

Comments
 (0)