From 13a8a53c45a8f4d580ae62f94ea2260590ff6e39 Mon Sep 17 00:00:00 2001 From: Michael Henderson Date: Wed, 6 Mar 2024 09:21:21 -0800 Subject: [PATCH] default to true --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 55a77a6..41742f0 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: required-value: description: 'Fail if not found' required: false - default: 'false' + default: 'true' outputs: output-property: description: 'The value of input-property'