diff --git a/src/utils.js b/src/utils.js index 50371a9..87a292b 100644 --- a/src/utils.js +++ b/src/utils.js @@ -58,7 +58,7 @@ function getFields () { */ function getGhaEventData (eventFilePath, isGha) { try { - if (!eventFilePath || !isGha) { + if (!eventFilePath || isGha !== 'true') { return }