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", }, } );