diff --git a/resources/build/version/src/reportHistory.ts b/resources/build/version/src/reportHistory.ts index 672833494e..8669cf2235 100644 --- a/resources/build/version/src/reportHistory.ts +++ b/resources/build/version/src/reportHistory.ts @@ -1,4 +1,4 @@ -import { warning as logWarning } from '@actions/core'; +import { warning as logWarning, info as logInfo } from '@actions/core'; import { GitHub } from '@actions/github'; @@ -114,6 +114,8 @@ export const reportHistory = async ( return []; } + logInfo('Found commits for '+JSON.stringify(args)+': \n'+git_result); + const new_commits = git_result.split(/\r?\n/g); //