Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add submodules for third-party github actions
per guidance on wiki: https://cwiki.apache.org/confluence/display/BUILDS/GitHub+Actions+status
- Loading branch information
Showing
4 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
Submodule chart-releaser-action
added at
a3454e
Submodule chart-testing-action
added at
dae259
Submodule kind-action
added at
d08cf6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[submodule ".github/actions/chart-testing-action"] | ||
path = .github/actions/chart-testing-action | ||
url = https://github.com/helm/chart-testing-action.git | ||
[submodule ".github/actions/kind-action"] | ||
path = .github/actions/kind-action | ||
url = https://github.com/helm/kind-action.git | ||
[submodule ".github/actions/chart-releaser-action"] | ||
path = .github/actions/chart-releaser-action | ||
url = https://github.com/helm/chart-releaser-action.git |