Skip to content

Commit

Permalink
add debug for changed
Browse files Browse the repository at this point in the history
  • Loading branch information
iautom8things committed Jun 11, 2024
1 parent 0724829 commit cebef57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4245,6 +4245,8 @@ async function run() {
}
}

core.info(`Changed: ${changed} ${changed.toString()} for ${changePath} [${versionBranch}]`);

let history = log
.trim()
.split(eol)
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ async function run() {
}
}

core.info(`Changed: ${changed} ${changed.toString()} for ${changePath} [${versionBranch}]`);

let history = log
.trim()
.split(eol)
Expand Down

0 comments on commit cebef57

Please sign in to comment.