Skip to content

Commit

Permalink
def cli reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ball committed Nov 11, 2020
1 parent d16bbf4 commit 8e068c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ inputs:
description: 'Always exit cleanly'
reporters:
description: 'Reporter to use'
default: 'cli'
reporter:
description: 'Reporter options'
color:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newman-action",
"version": "0.1.1",
"version": "0.1.2",
"description": "Run Postman collections with Newman as a GitHub Action",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8e068c4

Please sign in to comment.