From 1204ce4ac938985bbbbfb769298f0b2fbb99ff50 Mon Sep 17 00:00:00 2001 From: Rui Hu Date: Tue, 21 Oct 2025 15:34:07 +0800 Subject: [PATCH] temp: use fixed k8s action --- action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 533a2e2..0f319ae 100644 --- a/action.yaml +++ b/action.yaml @@ -34,7 +34,8 @@ runs: # this action will setup kind and helm, then create a kind cluster - name: Bring up Kubernetes cluster using Kind - uses: https://git.cleverthis.com/actions/kubernetes@master + uses: https://git.cleverthis.com/hurui200320/actions-kubernetes@0262e48920fc1e20d00b9b301ba848d45b22164e +# uses: https://git.cleverthis.com/actions/kubernetes@master with: cluster-name: ${{ steps.cluster-name.outputs.cluster-name }} kind-config-path: ${{ forge.action_path }}/clevermicro-kind-config.yaml