ueshin commented on a change in pull request #32523:
URL: https://github.com/apache/spark/pull/32523#discussion_r631334311
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -89,7 +89,7 @@ jobs:
id: sync-branch
run: |
apache_spark_ref=`git rev-parse HEAD`
- git fetch https://github.com/$GITHUB_REPOSITORY.git ${GITHUB_REF##*/}
+ git fetch https://github.com/$GITHUB_REPOSITORY.git
${GITHUB_REF#refs/heads/}
Review comment:
Sure. I tested it here to make sure it works. I'll revert the change and
file a separate JIRA later. Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]