This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.4.0-integration-test
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/dev-1.4.0-integration-test by
this push:
new 0f7a483c1 add kind action submodule
0f7a483c1 is described below
commit 0f7a483c140c59b8bd4aae50c5035e073676e823
Author: casionone <[email protected]>
AuthorDate: Sat May 27 17:33:54 2023 +0800
add kind action submodule
---
.github/actions/chart-testing-action | 1 +
.github/actions/kind-action | 1 +
.gitmodules | 9 +++++++++
3 files changed, 11 insertions(+)
diff --git a/.github/actions/chart-testing-action
b/.github/actions/chart-testing-action
new file mode 160000
index 000000000..2fffad315
--- /dev/null
+++ b/.github/actions/chart-testing-action
@@ -0,0 +1 @@
+Subproject commit 2fffad315319f278a64ba2e94505768bd9e2a633
diff --git a/.github/actions/kind-action b/.github/actions/kind-action
new file mode 160000
index 000000000..fa81e57ad
--- /dev/null
+++ b/.github/actions/kind-action
@@ -0,0 +1 @@
+Subproject commit fa81e57adff234b2908110485695db0f181f3c67
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..1d85d58c8
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule ".github/actions"]
+ path = .github/actions
+ url = [email protected]:helm/chart-testing-action.git
+[submodule ".github/actions/chart-testing-action"]
+ path = .github/actions/chart-testing-action
+ url = [email protected]:helm/chart-testing-action.git
+[submodule ".github/actions/kind-action"]
+ path = .github/actions/kind-action
+ url = [email protected]:helm/kind-action.git
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]