Text
This commit is contained in:
parent
f3d90c5719
commit
16b1655d1d
10
README.md
10
README.md
|
@ -58,11 +58,11 @@ jobs:
|
||||||
|
|
||||||
Following inputs can be used as `step.with` keys
|
Following inputs can be used as `step.with` keys
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
|-----------------|---------|-----------------------------------------------------------------------------------------|
|
|-----------------|---------|----------------------------------------------------------------------------------------------------|
|
||||||
| `repo` | String | GitHub repository where assets will be deployed. Example: portapps/portapps.github.io |
|
| `repo` | String | GitHub repository where assets will be deployed (default current). Eg: portapps/portapps.github.io |
|
||||||
| `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 | Path to build directory to deploy |
|
| `build_dir` | String | Build directory to deploy |
|
||||||
|
|
||||||
### environment variables
|
### environment variables
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ branding:
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
repo:
|
repo:
|
||||||
description: 'GitHub repository where assets will be deployed. Example: portapps/portapps.github.io'
|
description: 'GitHub repository where assets will be deployed (default current). Eg: portapps/portapps.github.io'
|
||||||
target_branch:
|
target_branch:
|
||||||
description: 'Git branch where assets will be deployed'
|
description: 'Git branch where assets will be deployed'
|
||||||
default: 'gh-pages'
|
default: 'gh-pages'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user