vscode-github-actions icon indicating copy to clipboard operation
vscode-github-actions copied to clipboard

Fix ghe.com implementation

Open gustavkj opened this issue 3 months ago • 0 comments

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.

gustavkj avatar Oct 17 '25 15:10 gustavkj