Skip to content

Commit

Permalink
Updated tests to support new action
Browse files Browse the repository at this point in the history
  • Loading branch information
Arv1nt3 committed Jan 12, 2024
1 parent ad54995 commit f6a6559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
description: "Set to true to use a local Docker image with 'kind load docker-image', false to pull from registry"
required: true
default: "false"
cluster-config:
cluster_config:
description: "The path to the kind config file"
required: false
registry_url:
Expand Down Expand Up @@ -84,8 +84,8 @@ runs:
- name: Setup Kind
uses: helm/[email protected]
with:
config: ${{ inputs.cluster-config }}
config: ${{ inputs.cluster_config }}

- name: Load local Docker image
if: inputs.use_local_image == 'true'
run: |
Expand Down

0 comments on commit f6a6559

Please sign in to comment.