From cfc5aadf272a7daf6f7e06d86109ce87cbde62ff Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 17 Nov 2023 09:52:40 +0100 Subject: [PATCH] actions: build options Signed-off-by: rjshrjndrn --- .github/workflows/pr-env.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-env.yaml b/.github/workflows/pr-env.yaml index c703ed982..ef6aa4ba1 100644 --- a/.github/workflows/pr-env.yaml +++ b/.github/workflows/pr-env.yaml @@ -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: