Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis authored May 10, 2024
1 parent 7b32b13 commit a1df322
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -43,6 +43,6 @@ runs:
run: |
k3sup ready \
--kubeconfig ~/.kube/config \
--context default
--context default \
--pause 1s \
--attempts 60

0 comments on commit a1df322

Please sign in to comment.