We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow_empty_commits
false
1 parent e070186 commit 32e74b3Copy full SHA for 32e74b3
README.md
@@ -51,7 +51,7 @@ Glob patterns will be expanded by bash when copying the files to the repository.
51
52
### `allow_empty_commits`
53
54
-**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`.
55
56
### `force_push`
57
action.yml
@@ -47,7 +47,7 @@ inputs:
47
allow_empty_commits:
48
description: 'Allow empty commits, i.e. commits with no change.'
49
required: false
50
- default: 'true'
+ default: 'false'
force_push:
description: 'Use --force when push to the AUR.'
0 commit comments