Skip to content

Commit

Permalink
funny logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ChatDisabled committed Jan 26, 2024
1 parent bacd41e commit fd4cba2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ async function run() {
const size = commits.length

console.log(`Received payload.`)

console.log(`Received ${commits.length}/${size} commits...`)
console.log(`------------------------`)
console.log(`Full payload: ${payload}`)
console.log(`------------------------`)

if (commits.length === 0) {
console.log(`No commits, skipping...`)
Expand Down

0 comments on commit fd4cba2

Please sign in to comment.