Is your feature request related to a problem? Please describe.
Currently commit_message is a required input. Given how verbose workflows can be, I prefer not having to specify any inputs when possible.
Describe the solution you'd like
If commit_message isn't specified, it should use a default message. Anything generic works. The "Apply automatic changes" message suggested by the readme would also be fine.
I'm open to submit a PR for this.
Is your feature request related to a problem? Please describe.
Currently
commit_messageis a required input. Given how verbose workflows can be, I prefer not having to specify any inputs when possible.Describe the solution you'd like
If
commit_messageisn't specified, it should use a default message. Anything generic works. The "Apply automatic changes" message suggested by the readme would also be fine.I'm open to submit a PR for this.