We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad602f commit bc40e82Copy full SHA for bc40e82
.github/actions/list-pr/action.yml
@@ -70,7 +70,7 @@ runs:
70
core.info(`prs: ${pr_urls.join("\n")}`);
71
} else {
72
core.warning("No PR found");
73
- return None;
+ return null;
74
}
75
76
const result = prs.map(pr => ({
0 commit comments