This commit is contained in:
CrazyMax 2019-10-11 02:21:14 +02:00
parent f3d90c5719
commit 16b1655d1d
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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'