diff --git a/dist/post_run/index.js b/dist/post_run/index.js index b3f81b6..9744f4d 100644 --- a/dist/post_run/index.js +++ b/dist/post_run/index.js @@ -67778,7 +67778,7 @@ function fetchPatch() { if (onlyNewIssues !== `false` && onlyNewIssues !== `true`) { throw new Error(`invalid value of "only-new-issues": "${onlyNewIssues}", expected "true" or "false"`); } - if (onlyNewIssues === `false`) { + if (onlyNewIssues === `true`) { return ``; } const ctx = github.context; diff --git a/dist/run/index.js b/dist/run/index.js index b7a245f..ab725e3 100644 --- a/dist/run/index.js +++ b/dist/run/index.js @@ -67778,7 +67778,7 @@ function fetchPatch() { if (onlyNewIssues !== `false` && onlyNewIssues !== `true`) { throw new Error(`invalid value of "only-new-issues": "${onlyNewIssues}", expected "true" or "false"`); } - if (onlyNewIssues === `false`) { + if (onlyNewIssues === `true`) { return ``; } const ctx = github.context;