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