You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ jobs:
39
39
runs-on: ubuntu-latest
40
40
steps:
41
41
- name: Create k8s Kind Cluster
42
-
uses: helm/kind-action@v1.5.0
42
+
uses: helm/kind-action@v1
43
43
```
44
44
45
-
This uses [@helm/kind-action](https://www.github.com/helm/kind-action) GitHub Action to spin up a [kind](https://kind.sigs.k8s.io/) Kubernetes cluster on every Pull Request.
46
-
See [@helm/chart-testing-action](https://www.github.com/helm/chart-testing-action) for a more practical example.
45
+
This uses [@helm/kind-action](https://github.com/helm/kind-action) GitHub Action to spin up a [kind](https://kind.sigs.k8s.io/) Kubernetes cluster on every Pull Request.
46
+
See [@helm/chart-testing-action](https://github.com/helm/chart-testing-action) for a more practical example.
0 commit comments