4d8543040ee382700d0d79a873eccfd20f71ae13
In GitHub Actions, local branches don't exist - only remote branches under refs/remotes/origin/. This fixes the branch scanning loop to scan remote branches instead of local refs/heads. Also fixes the merge-base check to use the full remote ref path.
Description
Languages
Shell
100%