You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
Interactive debugger for GitHub Actions
4
4
5
+
## Usage
6
+
7
+
In the log for the action you will see:
8
+
9
+
```
10
+
Running tmate...
11
+
12
+
To connect to this session copy-n-paste the following into a terminal:
13
+
14
+
ssh redactedMxoJ0pXmjredacted@nyc1.tmate.io
15
+
```
16
+
17
+
Simply follow the instructions and copy the ssh command into your terminal to create an ssh connection the running instance. The session will close immedeatly after closing the ssh connection to the running instance.
18
+
19
+
There is a global timeout after 15 minutes. This will close any open ssh sessions. To prevent the session from being terminated run:
0 commit comments