mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-08-25 09:02:08 +08:00
Make commit_message optional
This commit is contained in:
committed by
Andrea Maugars
parent
8f243393e7
commit
fc18df1417
@@ -6,7 +6,7 @@ author: Stefan Zweifel <hello@stefanzweifel.io>
|
||||
inputs:
|
||||
commit_message:
|
||||
description: Commit message
|
||||
required: true
|
||||
default: Apply automatic changes
|
||||
branch:
|
||||
description: Git branch name, where changes should be pushed too. Required if Action is used on the `pull_request` event
|
||||
required: false
|
||||
|
Reference in New Issue
Block a user