This commit is contained in:
Colin McDonnell
2026-01-14 04:37:51 +00:00
committed by pullfrog[bot]
parent 3fa309853b
commit 0fa789c3e2
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ async function run(): Promise<void> {
comment_id: payloadObj.comment_id,
issue_id: payloadObj.issue_id,
pr_id: payloadObj.pr_id,
cwd: core.getInput("cwd") || undefined,
cwd: core.getInput("cwd") || null,
});
const result = await main(inputs);