generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,26 @@ | |
|
||
Interactive debugger for GitHub Actions | ||
|
||
## Usage | ||
|
||
In the log for the action you will see: | ||
|
||
``` | ||
Running tmate... | ||
To connect to this session copy-n-paste the following into a terminal: | ||
ssh [email protected] | ||
``` | ||
|
||
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. | ||
|
||
There is a global timeout after 15 minutes. This will close any open ssh sessions. To prevent the session from being terminated run: | ||
|
||
``` | ||
touch /tmp/keepalive | ||
``` | ||
|
||
## Acknowledgments | ||
|
||
* [tmate.io](https://tmate.io) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters