From e303679626fa692e3389a424ed7639472ae081e4 Mon Sep 17 00:00:00 2001 From: Judson Lester Date: Fri, 6 Jun 2025 10:04:17 -0700 Subject: [PATCH] fix: make commit-with-token default true --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9ecc894..9520dc5 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: default: ${{ github.token }} commit-with-token: description: 'Set to "true" to produce a verified commit with token' - required: false + required: true default: '' commit-msg: description: 'The message provided with the commit'