Skip to content

Commit

Permalink
[Fix][Build] Fix error msg when fork repository not up to date. (#5497)
Browse files Browse the repository at this point in the history
* [Fix] Fix error msg when fork repository not up to date.

* [Fix] Fix error msg when fork repository not up to date.
  • Loading branch information
Hisoka-X committed Sep 17, 2023
1 parent a9e055d commit 9c3cb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 9c3cb88

Please sign in to comment.