This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch fix-2 in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
commit 393f9a53c05bffb0ad5f2e637dc7bb7fa7f66532 Author: Yingchu Chen <[email protected]> AuthorDate: Tue Oct 25 21:14:49 2022 +0800 add submodule --- .gitmodules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3cfd39c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,7 @@ +[submodule ".github/actions/setup-kind"] + path = .github/actions/setup-kind + url = https://github.com/engineerd/setup-kind.git + branch = v0.5.0 +[submodule ".github/actions/chart-releaser-action"] + path = .github/actions/chart-releaser-action + url = https://github.com/helm/chart-releaser-action.git
