Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbnt authored Jul 4, 2022
1 parent 2cb61c8 commit 6636f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ async function run() {
const size = commits.length
const branch = payload.ref.split('/')[payload.ref.split('/').length - 1]

console.log(`Received payload ${JSON.stringify(payload, null, 2)}`)
//console.log(`Received payload ${JSON.stringify(payload, null, 2)}`)
console.log(`Received payload.`)

console.log(`Received ${commits.length}/${size} commits...`)

Expand Down

0 comments on commit 6636f4f

Please sign in to comment.