Skip to content

Commit

Permalink
Make strict mode input not required
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed May 23, 2024
1 parent 3c042d0 commit c3983e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ inputs:
required: false
_internal-strict-mode:
description: Whether to fail when any errors are thrown. Used only to test the Action; do not set this in your own workflows.
required: false
default: false

runs:
Expand Down

0 comments on commit c3983e7

Please sign in to comment.