fix: make commit-with-token default true

This commit is contained in:
Judson Lester 2025-06-06 10:04:17 -07:00
parent caae4dc74a
commit e303679626
No known key found for this signature in database
GPG key ID: 12E21E4B9A3F82AA

View file

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