From 8b97b7adfdd0388f3f7242424bb8dadbed234dd1 Mon Sep 17 00:00:00 2001 From: Anmol Date: Thu, 13 Jun 2024 22:20:28 +0530 Subject: [PATCH] hotfix: fix failing tests, add proper env for running starship cli (#30) --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index a62e375..0693ceb 100644 --- a/action.yaml +++ b/action.yaml @@ -15,7 +15,7 @@ inputs: cli-version: description: "Version of @starship-ci/cli to use: default: 2.3.0" required: false - default: "2.5.1" + default: "2.5.6" kubeconfig: description: "Kubeconfig file for remote cluster, if set, will be used instead of creating kind cluster" required: false