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

shenlin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git

commit 41bfec2c2ce8aff95aa04ff203a7feec68a4bd27
Author: wangkai <wang...@zhongan.com>
AuthorDate: Mon Oct 23 10:11:15 2023 +0800

    [e2eTest] add e2eTest model
---
 .github/workflows/maven-package.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven-package.yml 
b/.github/workflows/maven-package.yml
index 5688302..02de6d3 100644
--- a/.github/workflows/maven-package.yml
+++ b/.github/workflows/maven-package.yml
@@ -36,7 +36,7 @@ jobs:
         run: |
           docker exec rmqbroker sh -c 'while ! nc -z localhost 10911; do sleep 
1; done'    
       - name : create output file
-        run: touch ${user.home}/demo
+        run: touch /home/runner/demo
       - uses: actions/checkout@v3
       - name: Set up JDK 8
         uses: actions/setup-java@v3

Reply via email to