From a1df32201f1b8868cd7a665afb09ff92446a87b3 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Fri, 10 May 2024 22:21:07 +0100 Subject: [PATCH] Update action.yml --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index aa4eb62..8fe9f96 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: cache: description: Whether to enable caching for the downloaded k3sup binary required: false - default: 'true' + default: 'false' runs: using: 'composite' @@ -43,6 +43,6 @@ runs: run: | k3sup ready \ --kubeconfig ~/.kube/config \ - --context default - - + --context default \ + --pause 1s \ + --attempts 60