docs: improve services input description
Add example values (frontend,api,sink) to the services input description in the release deployment workflow to make it clearer for users what format is expected. Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
45656ec6d7
commit
bcc7d35b7f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-deployment.yaml
vendored
2
.github/workflows/release-deployment.yaml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
services:
|
services:
|
||||||
description: 'Comma-separated list of services to deploy'
|
description: 'Comma-separated list of services to deploy. eg: frontend,api,sink'
|
||||||
required: true
|
required: true
|
||||||
branch:
|
branch:
|
||||||
description: 'Branch to deploy (defaults to dev)'
|
description: 'Branch to deploy (defaults to dev)'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue