Update README

This commit is contained in:
CrazyMax 2019-11-15 16:46:40 +01:00
parent ea73c1c442
commit 6814805fa9
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -63,7 +63,7 @@ Following inputs can be used as `step.with` keys
| `repo` | String | GitHub repository where assets will be deployed (default current) | | `repo` | String | GitHub repository where assets will be deployed (default current) |
| `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) | | `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) |
| `keep_history` | Bool | Create incremental commit instead of doing push force (default `false`) | | `keep_history` | Bool | Create incremental commit instead of doing push force (default `false`) |
| `allow_empty_commit` | Bool | Git branch where assets will be deployed (default `true`) | | `allow_empty_commit` | Bool | Allow an empty commit to be created (default `true`) |
| `build_dir` | String | Build directory to deploy (**required**) | | `build_dir` | String | Build directory to deploy (**required**) |
| `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`) | | `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`) |
| `commit_email` | String | Commit author's email (default `<committer_name>@users.noreply.github.com`) | | `commit_email` | String | Commit author's email (default `<committer_name>@users.noreply.github.com`) |