This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch dev-3.3
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/dev-3.3 by this push:
new f30b47bc5 Update github-actions.yml
f30b47bc5 is described below
commit f30b47bc538dd9a3e7cab2bbad934728f355de52
Author: Ken Liu <[email protected]>
AuthorDate: Thu Feb 29 21:50:24 2024 +0800
Update github-actions.yml
---
.github/workflows/github-actions.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/github-actions.yml
b/.github/workflows/github-actions.yml
index 2030a0ced..d34b679c8 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -78,7 +78,7 @@ 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}} ${{github.base_ref}}
+ && ./integrate_test.sh
${{github.event.pull_request.head.repo.full_name}}
${{github.event.pull_request.head.sha}} main
elif [ "$GITHUB_EVENT_NAME" == "push" ]; then
chmod +x integrate_test.sh \
&& ./integrate_test.sh $GITHUB_REPOSITORY $GITHUB_SHA
$GITHUB_REF_NAME