Skip to content

Commit

Permalink
Merge pull request #19 from DeterminateSystems/strict-mode-not-required
Browse files Browse the repository at this point in the history
Make strict mode input not required
  • Loading branch information
lucperkins committed May 23, 2024
2 parents 8ebc7a4 + c8e83ff commit 898f6ed
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 898f6ed

Please sign in to comment.