Describe reusable sqlness setup actions

This commit is contained in:
copilot-swe-agent[bot]
2026-05-26 17:49:16 +00:00
committed by GitHub
parent 8b7acc9fb0
commit 33189c54c5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
name: Setup Kafka cluster
description: Deploy Kafka cluster on Kubernetes
description: Deploy Kafka cluster on Docker or Kubernetes
inputs:
controller-replicas:
default: 3

View File

@@ -1,5 +1,5 @@
name: Setup MySQL
description: Deploy MySQL on Docker or Kubernetes
description: Deploy MySQL on Docker
inputs:
provider:
default: "docker"

View File

@@ -1,5 +1,5 @@
name: Setup PostgreSQL
description: Deploy PostgreSQL on Kubernetes
description: Deploy PostgreSQL on Docker or Kubernetes
inputs:
postgres-replicas:
default: 1