-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(action): add create new action for compatibility testing #71
Conversation
Is this different from the cluster prepare action? Is it the case that the only difference is the |
That's a good idea. Let me add it to cluster-prepare |
Hey @jdewinne I have updated the PR to keep it in cluster-prepare |
@@ -156,6 +169,27 @@ runs: | |||
INPUT_IP-FAMILY: ${{ inputs.ip-family || '' }} | |||
INPUT_KUBECONFIG-PATH: ${{ inputs.kubeconfig-path || '' }} | |||
INPUT_EXPORT-KUBECONFIG: ${{ inputs.export-kubeconfig || false }} | |||
- uses: azure/k8s-set-context@v4 | |||
with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this also include
if: ${{ inputs.helm-extra-repos != '' }}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch. I have added it
an example to use this action