This commit is contained in:
CrazyMax 2019-10-11 02:22:34 +02:00
parent 16b1655d1d
commit dbf2e1ecae
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
| Name | Type | Description |
|-----------------|---------|----------------------------------------------------------------------------------------------------|
| `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`) |
| `build_dir` | String | Build directory to deploy |
| Name | Type | Description |
|-----------------|---------|-------------------------------------------------------------------|
| `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 |
### environment variables

View File

@ -8,7 +8,7 @@ branding:
inputs:
repo:
description: 'GitHub repository where assets will be deployed (default current). Eg: portapps/portapps.github.io'
description: 'GitHub repository where assets will be deployed (default current)'
target_branch:
description: 'Git branch where assets will be deployed'
default: 'gh-pages'