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

liugddx pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9c3cb88f14 [Fix][Build] Fix error msg when fork repository not up to 
date. (#5497)
9c3cb88f14 is described below

commit 9c3cb88f143259683fd4fc1147082a7bf9fe3d9a
Author: Jia Fan <[email protected]>
AuthorDate: Sun Sep 17 23:49:33 2023 +0800

    [Fix][Build] Fix error msg when fork repository not up to date. (#5497)
    
    * [Fix] Fix error msg when fork repository not up to date.
    
    * [Fix] Fix error msg when fork repository not up to date.
---
 .github/workflows/notify_test_workflow.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/notify_test_workflow.yml 
b/.github/workflows/notify_test_workflow.yml
index d0a920baab..1fcd1427ba 100644
--- a/.github/workflows/notify_test_workflow.yml
+++ b/.github/workflows/notify_test_workflow.yml
@@ -93,10 +93,10 @@ jobs:
             Unable to detect the workflow run for testing the changes in your 
PR.
 
             1. If you did not enable GitHub Actions in your forked repository, 
please enable it by clicking the button as shown in the image below. See also 
[Disabling or limiting GitHub Actions for a 
repository](https://docs.github.com/en/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository)
 for more details.
-            2. It is possible your branch is based on the old \`dev\` branch 
in Apache SeaTunnel, please sync your branch to the latest master branch. For 
example as below:
+            2. It is possible your branch is based on the old \`dev\` branch 
in Apache SeaTunnel, please sync your branch to the latest dev branch. For 
example as below:
                 \`\`\`bash
                 git fetch upstream
-                git rebase upstream/master
+                git rebase upstream/dev
                 git push origin YOUR_BRANCH --force
                 \`\`\``,
                   images: [

Reply via email to