Skip to content

Commit

Permalink
Fixed path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuvesz committed Jul 18, 2023
1 parent a8c47bf commit 2a27219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/kind-create/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs: # adding these parameters to make this reusable later on
kind_config:
description: 'Path to the kind config to use'
required: true
default: 'test/platforms/kind/kind_config.yaml'
default: 'tests/e2e/platforms/kind/kind_config.yaml'
kubeconfig:
description: 'Desired path of the resulting kubeconfig'
required: true
Expand Down

0 comments on commit 2a27219

Please sign in to comment.