Skip to content

Commit 6814805

Browse files
committed
Update README
1 parent ea73c1c commit 6814805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Following inputs can be used as `step.with` keys
6363
| `repo` | String | GitHub repository where assets will be deployed (default current) |
6464
| `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) |
6565
| `keep_history` | Bool | Create incremental commit instead of doing push force (default `false`) |
66-
| `allow_empty_commit` | Bool | Git branch where assets will be deployed (default `true`) |
66+
| `allow_empty_commit` | Bool | Allow an empty commit to be created (default `true`) |
6767
| `build_dir` | String | Build directory to deploy (**required**) |
6868
| `commit_name` | String | Commit author's name (default [GITHUB_ACTOR](https://help.github.com/en/github/automating-your-workflow-with-github-actions/using-environment-variables#default-environment-variables) or `github-actions`) |
6969
| `commit_email` | String | Commit author's email (default `<committer_name>@users.noreply.github.com`) |

0 commit comments

Comments
 (0)