File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments