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 8ebc7a4 commit c8e83ff
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 @@ -49,6 +49,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:
using: "node20"
Expand Down

0 comments on commit c8e83ff

Please sign in to comment.