dongjoon-hyun commented on a change in pull request #35882:
URL: https://github.com/apache/spark/pull/35882#discussion_r828569417



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -96,7 +96,7 @@ jobs:
           echo '::set-output name=hadoop::hadoop3'
         else
           echo '::set-output name=java::8'
-          echo '::set-output name=branch::master' # Default branch to run on. 
CHANGE here when a branch is cut out.
+          echo "::set-output name=branch::`git branch --show-current`"

Review comment:
       Nice!




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to