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

Detached mode didn't work #195

Open vadi2 opened 3 months ago

vadi2 commented 3 months ago

I tried out the new detached mode, but it didn't seem to work. Here is my run: https://github.com/Mudlet/Mudlet/actions/runs/9233166348/job/25405273411?pr=7244

I tried connecting to the machine right after SSH was setup, but all I got was this:

(base) vadi@barbar:~$ ssh 87fhjEtqqmk99yu4Z4YPLFWT6@nyc1.tmate.io
The session host disconnected 1 minute ago.
Hopefully it will reconnect soon. You may try again later.
Connection to nyc1.tmate.io closed.
(base) vadi@barbar:~$ ssh 87fhjEtqqmk99yu4Z4YPLFWT6@nyc1.tmate.io
The session host disconnected 1 minute ago.
Hopefully it will reconnect soon. You may try again later.
Connection to nyc1.tmate.io closed.
(base) vadi@barbar:~$ ssh 87fhjEtqqmk99yu4Z4YPLFWT6@nyc1.tmate.io
The session host disconnected 1 minute ago.
Hopefully it will reconnect soon. You may try again later.
Connection to nyc1.tmate.io closed.
(base) vadi@barbar:~$ ssh 87fhjEtqqmk99yu4Z4YPLFWT6@nyc1.tmate.io
The session host disconnected 2 minutes ago.
Hopefully it will reconnect soon. You may try again later.
Connection to nyc1.tmate.io closed.
(base) vadi@barbar:~$ ssh 87fhjEtqqmk99yu4Z4YPLFWT6@nyc1.tmate.io
The session host disconnected 2 minutes ago.
Hopefully it will reconnect soon. You may try again later.
Connection to nyc1.tmate.io closed.

This is while the workflow was running and I should have been able to connect to it.