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:
rjshrjndrn 2025-03-06 16:24:25 +01:00
parent 45656ec6d7
commit bcc7d35b7f

View file

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