actions: build options
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
6da4d0d398
commit
cfc5aadf27
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pr-env.yaml
vendored
3
.github/workflows/pr-env.yaml
vendored
|
|
@ -4,7 +4,8 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
build_service:
|
||||
description: 'Name of a single service to build(in small letters), eg: chalice or frontend etc. backend:sevice-name to build service'
|
||||
description: "Name of a single service to build(in small letters), eg: chalice or frontend etc. backend:sevice-name to build service.
|
||||
Options: all/service-name/backend:{service-name/all}"
|
||||
required: true
|
||||
default: 'frontend'
|
||||
env_flavour:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue