Skip to content

Commit

Permalink
fix: don't use --name flag (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves authored Oct 4, 2023
1 parent f763971 commit a942aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
then
./uffizzi-linux cluster update-kubeconfig "${{ inputs.cluster-name }}" --kubeconfig kubeconfig
else
./uffizzi-linux cluster create --name "${{ inputs.cluster-name }}" --kubeconfig kubeconfig --creation-source=github_actions
./uffizzi-linux cluster create "${{ inputs.cluster-name }}" --kubeconfig kubeconfig --creation-source=github_actions
echo "Uffizzi Cluster \`${{ inputs.cluster-name }}\` created." | tee --append $GITHUB_STEP_SUMMARY
export KUBERNETES_SERVICE_HOST=`yq '.clusters[0].cluster.server' < ./kubeconfig | cut -d'/' -f3`
Expand Down

0 comments on commit a942aad

Please sign in to comment.