Skip to content
Closed

test #47

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
syntax
  • Loading branch information
HyukjinKwon committed Apr 19, 2021
commit 7edbc21c677f32c596a596ccdf8b9464d68e42e7
8 changes: 4 additions & 4 deletions .github/workflows/notify_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ 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. 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 \\`master\\` branch in Apache Spark, please sync your branch to the latest master branch. For example as below:
\\`\\`\\`bash
2. It is possible your branch is based on the old \`master\` branch in Apache Spark, please sync your branch to the latest master branch. For example as below:
\`\`\`bash
git fetch upstream
git rebase upstream/master
git push origin YOUR_BRANCH --foce
\\`\\`\\``
\`\`\``
}
})
} else {
Expand All @@ -111,7 +111,7 @@ jobs:
repo: context.payload.pull_request.head.repo.name,
run_id: runID
})
}
},
details_url: runUrl,
})
}