Update README
This commit is contained in:
parent
62a173b3e6
commit
76f17c630c
|
@ -64,10 +64,10 @@ Following inputs can be used as `step.with` keys
|
||||||
|-----------------|---------|-------------------------------------------------------------------|
|
|-----------------|---------|-------------------------------------------------------------------|
|
||||||
| `repo` | String | GitHub repository where assets will be deployed (default current) |
|
| `repo` | String | GitHub repository where assets will be deployed (default current) |
|
||||||
| `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) |
|
| `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) |
|
||||||
| `build_dir` | String | Build directory to deploy |
|
| `build_dir` | String | Build directory to deploy **required** |
|
||||||
| `comitter_name` | String | Commit author's name |
|
| `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 |
|
| `comitter_email`| String | Commit author's email (default `GITHUB_ACTOR@users.noreply.github.com`)|
|
||||||
| `commit_message`| String | Commit message |
|
| `commit_message`| String | Commit message (default `Deploy to GitHub pages`) |
|
||||||
|
|
||||||
### environment variables
|
### environment variables
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user