vscode-github-actions
vscode-github-actions copied to clipboard
Fix ghe.com implementation
Fixes: https://github.com/github/vscode-github-actions/issues/502
Adds support for non-URL formatted remotes for ghe.com repos, e.g. [email protected]:org/repo.git. To do this safely, the remote is parsed using regex and the host is extracted. This should better be aligned with the security concerns raised in https://github.com/github/vscode-github-actions/pull/469.