Skip to content

Commit

Permalink
master: 2021-03-02 19:23:01
Browse files Browse the repository at this point in the history
  • Loading branch information
LamaAni committed Feb 4, 2021
1 parent 3d84109 commit 4d5cce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parse_commit_args.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ class CommitArgsParse {
}

async function main() {
console.log(JSON.stringify(args, github.context, 2))
console.log('\n\n\n\n\n')
const args = await new CommitArgsParse().load_context(github.context)
console.log(JSON.stringify(args, null, 2))
console.log('\n\n\n\n\n')
console.log(JSON.stringify(args, github.context, 2))
}

module.exports = {
Expand Down

0 comments on commit 4d5cce7

Please sign in to comment.