diff --git a/dist/index.js b/dist/index.js index ae363e1..712bf5b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4245,6 +4245,8 @@ async function run() { } } + core.info(`Changed: ${changed} ${changed.toString()} for ${changePath} [${versionBranch}]`); + let history = log .trim() .split(eol) diff --git a/index.js b/index.js index 18d7690..7cd67bc 100644 --- a/index.js +++ b/index.js @@ -217,6 +217,8 @@ async function run() { } } + core.info(`Changed: ${changed} ${changed.toString()} for ${changePath} [${versionBranch}]`); + let history = log .trim() .split(eol)