mxschmitt / action-tmate

Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
https://mxschmitt.github.io/action-tmate/
MIT License
2.86k stars 285 forks source link

Add support for using action with Github Enterprise server #148

Closed steve21168 closed 1 year ago

steve21168 commented 1 year ago

This allows this action to work with GHES instance whose api url is not the public github.com domain.

dscho commented 1 year ago

@mxschmitt I rebased and force-pushed this PR branch on top of #150 to avoid merge conflicts.