This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-test-tool.git
commit 1a646589accad17070423eabf0f54925e52b0666 Author: wangtong.wt <[email protected]> AuthorDate: Wed Feb 22 16:57:47 2023 +0800 change name in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9937028..bdc4a18 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ KubeVela needs to be installed in Kubernetes before use. <!-- start usage --> ## Use helm chart to deploy your app in Kubernetes ```yaml - - uses: alibaba/cloud-native-test-ci-tool@v1 + - uses: apache/rocketmq-test-tool@v1 name: Deploy with: action: "deploy" @@ -26,7 +26,7 @@ KubeVela needs to be installed in Kubernetes before use. ``` ## Execute your E2E test ```yaml - - uses: alibaba/cloud-native-test-ci-tool@v1 + - uses: apache/rocketmq-test-tool@v1 name: e2e test with: action: "test" @@ -46,7 +46,7 @@ KubeVela needs to be installed in Kubernetes before use. ``` ## Clean your app in Kubernetes ```yaml - - uses: alibaba/cloud-native-test-ci-tool@v1 + - uses: apache/rocketmq-test-tool@v1 name: clean with: action: "clean"
