Skip to content

Commit

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

async function main() {
const ref = github.context.ref
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 3d84109

Please sign in to comment.