Skip to content

Commit

Permalink
feat: default allow_empty_commits to false
Browse files Browse the repository at this point in the history
Resolves #41
  • Loading branch information
KSXGitHub committed Aug 21, 2024
1 parent e070186 commit 32e74b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Glob patterns will be expanded by bash when copying the files to the repository.

### `allow_empty_commits`

**Optional** Allow empty commits, i.e. commits with no change. The default value is `true`.
**Optional** Allow empty commits, i.e. commits with no change. The default value is `false`.

### `force_push`

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ inputs:
allow_empty_commits:
description: 'Allow empty commits, i.e. commits with no change.'
required: false
default: 'true'
default: 'false'
force_push:
description: 'Use --force when push to the AUR.'
required: false
Expand Down

0 comments on commit 32e74b3

Please sign in to comment.