From bcc7d35b7f65bc184d1454010d33634c5de38cba Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 6 Mar 2025 16:24:25 +0100 Subject: [PATCH] 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 --- .github/workflows/release-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-deployment.yaml b/.github/workflows/release-deployment.yaml index b22e4d6fd..62d99959f 100644 --- a/.github/workflows/release-deployment.yaml +++ b/.github/workflows/release-deployment.yaml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: services: - description: 'Comma-separated list of services to deploy' + description: 'Comma-separated list of services to deploy. eg: frontend,api,sink' required: true branch: description: 'Branch to deploy (defaults to dev)'