From 223f398247f0dc6bdc95f05b2b4c46f5463ee90e Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Fri, 25 Apr 2025 16:06:28 +0300 Subject: [PATCH] Mandatory scope for promote action --- actions.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/actions.yaml b/actions.yaml index 7069c4668e..fb94445f63 100644 --- a/actions.yaml +++ b/actions.yaml @@ -38,7 +38,6 @@ promote-to-primary: params: scope: type: string - default: cluster description: Whether to promote a unit or a cluster. Must be set to either unit or cluster. force: type: boolean