Update README

This commit is contained in:
CrazyMax 2019-11-06 03:02:08 +01:00
parent 62a173b3e6
commit 76f17c630c
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -64,10 +64,10 @@ Following inputs can be used as `step.with` keys
|-----------------|---------|-------------------------------------------------------------------|
| `repo` | String | GitHub repository where assets will be deployed (default current) |
| `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) |
| `build_dir` | String | Build directory to deploy |
| `comitter_name` | String | Commit author's name |
| `comitter_email`| String | Commit author's email |
| `commit_message`| String | Commit message |
| `build_dir` | String | Build directory to deploy **required** |
| `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))|
| `comitter_email`| String | Commit author's email (default `GITHUB_ACTOR@users.noreply.github.com`)|
| `commit_message`| String | Commit message (default `Deploy to GitHub pages`) |
### environment variables