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
65
65
| `keep_history` | Bool | Create incremental commit instead of doing push force (default `false`) |
66
66
| `allow_empty_commit` | Bool | Allow an empty commit to be created (default `true`) |
67
67
| `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`) |
70
70
| `commit_message` | String | Commit message (default `Deploy to GitHub pages`) |
71
71
| `fqdn` | String | Write the given domain name to the CNAME file |
72
72
You can’t perform that action at this time.
0 commit comments