From 1372a1cb2e919f57d180aa5d7f58bcb877e4cfb0 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 24 Feb 2023 10:02:26 +0100 Subject: [PATCH] update build --- dist/post_run/index.js | 2 +- dist/run/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;