Skip to content

Commit

Permalink
feat: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ChatDisabled committed Dec 6, 2023
1 parent 77d49a1 commit c7fad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function run() {
const repository = payload.repository.name
const commits = payload.commits
const size = commits.length

console.log(JSON.stringify(github))
console.log(`Received payload.`)

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

0 comments on commit c7fad2d

Please sign in to comment.