Skip to content

Commit

Permalink
Add fail_on_error input to ignore errors (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored Feb 4, 2021
1 parent b4b0b55 commit 46be793
Show file tree
Hide file tree
Showing 3 changed files with 7,147 additions and 22,744 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ inputs:
number:
description: The number of the issue or pull request.
required: false
fail_on_error:
description: Whether the action fails or not when getting errors. [true,false]
default: 'false'
required: false
runs:
using: node12
main: dist/index.js
Expand Down
Loading

0 comments on commit 46be793

Please sign in to comment.