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