5e20dba3a4
The binary detects VCS type from VCS_TYPE env var, but action.yml did not pass it to the Run review step. This caused the binary to fall back to a URL heuristic (github.com substring), which misclassifies GitHub Enterprise Server hosts whose URL does not contain 'github'. The 'Determine version' step already outputs vcs_type — wire it through to the Run review env block so explicit VCS_TYPE always takes precedence.