You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/10/25 13:23:26 UTC

[incubator-devlake-helm-chart] branch main updated: Fix 4 (#11)

This is an automated email from the ASF dual-hosted git repository.

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e1c2f9  Fix 4 (#11)
6e1c2f9 is described below

commit 6e1c2f959aebfaedf4c8f3f4dd46942fade85e7d
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Tue Oct 25 21:23:21 2022 +0800

    Fix 4 (#11)
    
    * test
    
    * test1
---
 .github/actions/.github/actions/chart-releaser-action | 1 +
 .github/actions/chart-releaser-action                 | 1 +
 .gitmodules                                           | 3 +++
 3 files changed, 5 insertions(+)

diff --git a/.github/actions/.github/actions/chart-releaser-action b/.github/actions/.github/actions/chart-releaser-action
new file mode 160000
index 0000000..98bccfd
--- /dev/null
+++ b/.github/actions/.github/actions/chart-releaser-action
@@ -0,0 +1 @@
+Subproject commit 98bccfd32b0f76149d188912ac8e45ddd3f8695f
diff --git a/.github/actions/chart-releaser-action b/.github/actions/chart-releaser-action
new file mode 160000
index 0000000..98bccfd
--- /dev/null
+++ b/.github/actions/chart-releaser-action
@@ -0,0 +1 @@
+Subproject commit 98bccfd32b0f76149d188912ac8e45ddd3f8695f
diff --git a/.gitmodules b/.gitmodules
index 3cfd39c..cffbccf 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -5,3 +5,6 @@
 [submodule ".github/actions/chart-releaser-action"]
 	path = .github/actions/chart-releaser-action
 	url = https://github.com/helm/chart-releaser-action.git
+[submodule ".github/actions/.github/actions/chart-releaser-action"]
+	path = .github/actions/.github/actions/chart-releaser-action
+	url = git@github.com:helm/chart-releaser-action.git