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
@@ -19,7 +19,7 @@ Add the following step at the end of your job, after other steps that might add
|
||||
```yaml
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
# Required
|
||||
# Optional but recommended, defaults to "Apply automatic changes"
|
||||
commit_message: Apply automatic changes
|
||||
|
||||
# Optional branch to push to, defaults to the current branch
|
||||
|
Reference in New Issue
Block a user