Skip to content

Commit 32e74b3

Browse files
committed
feat: default allow_empty_commits to false
Resolves #41
1 parent e070186 commit 32e74b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Glob patterns will be expanded by bash when copying the files to the repository.
5151

5252
### `allow_empty_commits`
5353

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

5656
### `force_push`
5757

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ inputs:
4747
allow_empty_commits:
4848
description: 'Allow empty commits, i.e. commits with no change.'
4949
required: false
50-
default: 'true'
50+
default: 'false'
5151
force_push:
5252
description: 'Use --force when push to the AUR.'
5353
required: false

0 commit comments

Comments
 (0)