Skip to content

Commit

Permalink
Merge pull request #110 from Aebrathia/patch-1
Browse files Browse the repository at this point in the history
Make commit_message optional #103
  • Loading branch information
stefanzweifel authored Oct 11, 2020
2 parents 8f24339 + a204abc commit 814219d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ author: Stefan Zweifel <hello@stefanzweifel.io>
inputs:
commit_message:
description: Commit message
required: true
required: false
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
Expand Down

0 comments on commit 814219d

Please # to comment.