fix: set the _default_ to true (not required)

This commit is contained in:
Judson Lester 2025-06-06 10:25:53 -07:00
parent 4097fe9f9e
commit c00434d414
No known key found for this signature in database
GPG key ID: 12E21E4B9A3F82AA

View file

@ -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