From bb84c05e0726c2b7432e77da93e22426a77cf7ab Mon Sep 17 00:00:00 2001 From: tpikachu <46133358+tpikachu@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:16:15 -0600 Subject: [PATCH] boolean string --- dist/index.js | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index bd42b0e..2bb870b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -32418,7 +32418,7 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms)); branch: config.githubContext.branch, dispatchId, comment: config.input.prompt, - isFromAction: true, + isFromAction: "true", }, } ); diff --git a/src/index.js b/src/index.js index a33102c..5d8b095 100644 --- a/src/index.js +++ b/src/index.js @@ -34,7 +34,7 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms)); branch: config.githubContext.branch, dispatchId, comment: config.input.prompt, - isFromAction: true, + isFromAction: "true", }, } );