From c00434d414d446c6ca8ab238aa73160b2f1d1393 Mon Sep 17 00:00:00 2001 From: Judson Lester Date: Fri, 6 Jun 2025 10:25:53 -0700 Subject: [PATCH] fix: set the _default_ to true (not required) --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 9520dc5..4047967 100644 --- a/action.yml +++ b/action.yml @@ -11,8 +11,8 @@ inputs: default: ${{ github.token }} commit-with-token: description: 'Set to "true" to produce a verified commit with token' - required: true - default: '' + required: false + default: 'true' commit-msg: description: 'The message provided with the commit' required: false