We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup-kubernetes
1 parent f9d572a commit 5a00ddeCopy full SHA for 5a00dde
.github/actions/setup-kubernetes/action.yaml renamed to .github/actions/setup-kubernetes/action.yml
.github/dependabot.yaml
@@ -4,7 +4,7 @@ updates:
4
- package-ecosystem: "github-actions"
5
directories:
6
- "/"
7
- - "/.github/actions/*"
+ - "/.github/actions/*/action.yml"
8
groups:
9
actions:
10
patterns:
README.md
@@ -160,7 +160,7 @@ jobs:
160
161
### Setup Kubernetes
162
163
-The [setup-kubernetes](.github/actions/setup-kubernetes/action.yaml) composite action configures
+The [setup-kubernetes](.github/actions/setup-kubernetes/action.yml) composite action configures
164
the GitHub runner to build and test Flux controllers with Kubernetes Kind clusters.
165
166
Example usage:
0 commit comments