Skip to content

Commit 422fe0e

Browse files
adamanciniclaude
andcommitted
fix: correct create-cluster parameter from disk-size to disk
- Change disk-size to disk parameter in create-cluster action - Fix 'Unexpected input disk-size' warning from replicated-actions - Use correct parameter name as specified in [email protected] Valid inputs: api-token, kubernetes-distribution, kubernetes-version, license-id, cluster-name, ttl, disk, nodes, min-nodes, max-nodes, instance-type, timeout-minutes, node-groups, tags, ip-family, kubeconfig-path, export-kubeconfig Generated with code assistance Co-Authored-By: Assistant <[email protected]>
1 parent febe89b commit 422fe0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wg-easy-pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ jobs:
419419
ttl: ${{ steps.dist-config.outputs.cluster-ttl }}
420420
nodes: ${{ matrix.nodes }}
421421
instance-type: ${{ matrix.instance-type }}
422-
disk-size: ${{ steps.dist-config.outputs.cluster-disk-size }}
422+
disk: ${{ steps.dist-config.outputs.cluster-disk-size }}
423423
export-kubeconfig: 'true'
424424

425425
- name: Set cluster outputs

0 commit comments

Comments
 (0)