diff --git a/dist/index.js b/dist/index.js index 5c41957..5ee7914 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14064,6 +14064,7 @@ async function commitExists(commitSha) { function stripNewLineEndings(string) { return string.replace('\n', ''); } + })(); module.exports = __webpack_exports__; diff --git a/find-successful-workflow.js b/find-successful-workflow.js index 2d57cee..7e2cca7 100644 --- a/find-successful-workflow.js +++ b/find-successful-workflow.js @@ -147,4 +147,4 @@ async function commitExists(commitSha) { */ function stripNewLineEndings(string) { return string.replace('\n', ''); -} \ No newline at end of file +}