Skip to content

Commit ad788b5

Browse files
committed
Typo
1 parent 6814805 commit ad788b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Following inputs can be used as `step.with` keys
6565
| `keep_history` | Bool | Create incremental commit instead of doing push force (default `false`) |
6666
| `allow_empty_commit` | Bool | Allow an empty commit to be created (default `true`) |
6767
| `build_dir` | String | Build directory to deploy (**required**) |
68-
| `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`) |
69-
| `commit_email` | String | Commit author's email (default `<committer_name>@users.noreply.github.com`) |
68+
| `comitter_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`) |
69+
| `comitter_email` | String | Commit author's email (default `<committer_name>@users.noreply.github.com`) |
7070
| `commit_message` | String | Commit message (default `Deploy to GitHub pages`) |
7171
| `fqdn` | String | Write the given domain name to the CNAME file |
7272

0 commit comments

Comments
 (0)