From ad788b5e67fcd3059fae1fa0483b050fbc959f58 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 15 Nov 2019 16:51:26 +0100 Subject: [PATCH] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 984368e..879af16 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ Following inputs can be used as `step.with` keys | `keep_history` | Bool | Create incremental commit instead of doing push force (default `false`) | | `allow_empty_commit` | Bool | Allow an empty commit to be created (default `true`) | | `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_email` | String | Commit author's email (default `@users.noreply.github.com`) | +| `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`) | +| `comitter_email` | String | Commit author's email (default `@users.noreply.github.com`) | | `commit_message` | String | Commit message (default `Deploy to GitHub pages`) | | `fqdn` | String | Write the given domain name to the CNAME file |