diff --git a/dist/index.js b/dist/index.js index 21afc6d..54959a6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1075,9 +1075,6 @@ async function run() { const log = await cmd(logCommand); - core.info("LOG:\n" + log) - - if (changePath !== '') { const changedFiles = await cmd(`git diff --name-only ${(root === '' ? branch : `${root}..${branch}`)} -- ${changePath}`); changed = changedFiles.length > 0; diff --git a/index.js b/index.js index c18e62d..223e9ac 100644 --- a/index.js +++ b/index.js @@ -129,9 +129,6 @@ async function run() { const log = await cmd(logCommand); - core.info("LOG:\n" + log) - - if (changePath !== '') { const changedFiles = await cmd(`git diff --name-only ${(root === '' ? branch : `${root}..${branch}`)} -- ${changePath}`); changed = changedFiles.length > 0;