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

liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 1377034be Update github-actions.yml
1377034be is described below

commit 1377034be78f9a3867342f0a9539aaedfded62d0
Author: Ken Liu <[email protected]>
AuthorDate: Thu Feb 29 21:49:57 2024 +0800

    Update github-actions.yml
---
 .github/workflows/github-actions.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/github-actions.yml 
b/.github/workflows/github-actions.yml
index ca5625579..befc5b1ae 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -78,8 +78,8 @@ jobs:
       run: |
         if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
           chmod +x integrate_test.sh \
-            && ./integrate_test.sh 
${{github.event.pull_request.head.repo.full_name}} 
${{github.event.pull_request.head.sha}} main
-        elif [ "$GITHUB_EVENT_NAME" == "push" ]; the
+            && ./integrate_test.sh 
${{github.event.pull_request.head.repo.full_name}} 
${{github.event.pull_request.head.sha}} ${{github.base_ref}}
+        elif [ "$GITHUB_EVENT_NAME" == "push" ];
           chmod +x integrate_test.sh \
             && ./integrate_test.sh $GITHUB_REPOSITORY $GITHUB_SHA 
$GITHUB_REF_NAME
         else

Reply via email to