Skip to content

Commit 1801421

Browse files
authored
Fix k9s dependency update typo (#948)
* Add k9s to dependency update CI * fixed typo
1 parent 2dd02e5 commit 1801421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ jobs:
166166
version_jsonpath: k3s_version
167167

168168
- key: k9s
169-
path: ./roles/k9s/defaults/main.yaml
169+
path: ./roles/k9s/defaults/main.yml
170+
170171
repository: derailed/k9s
171172
version_jsonpath: k9s_version
172173

0 commit comments

Comments
 (0)