diff --git a/src/helpers/git.js b/src/helpers/git.js index 1079933..5fcf9f2 100644 --- a/src/helpers/git.js +++ b/src/helpers/git.js @@ -17,8 +17,7 @@ const git = command => new Promise(async(resolve, reject) => { } try { - core.info(`Exec: git ${command}`) - await exec.exec(`git ${command}`, options) + await exec.exec(`git ${command}`, null, options) resolve(myOutput)