Unable to see tmate.io link/connection string
See original GitHub issueTo get the connection string, just open the Checks tab in your Pull Request and scroll to the bottom. There you can connect either directly per SSH or via a web based terminal.
YML
I have a simple YML action workflow to try this action out
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup tmate session
uses: mxschmitt/action-tmate@v1
Screenshots
I have looked on the PR itself and can not find it and the streaming logs is not listing anything out for me to see the URL, only when I cancel/stop the run can I see the log output and what the tmate.io URL was.
Issue Analytics
- State:
- Created 4 years ago
- Comments:24 (9 by maintainers)
Top Results From Across the Web
Nat Friedman on Twitter: " SSH directly into the runner to ...
Unable to see tmate.io link/connection string · Issue #1 · mxschmitt/action-tmate. To get the connection string, just open the Checks tab in ...
Read more >tmate • Instant terminal sharing
Named sessions. Typically, tmate generates random connection strings which are not stable across restarts, like ssh vbBK63dtemNN2ppDUqSvYNqbD@nyc1.tmate.io . ...
Read more >tmate – To share your terminal session instantly ... - 2DayGeek
The tmate show-messages command allows you to see tmate's log messages, including the ssh connection string. Now, share your SSH session ID ...
Read more >Tmate - Securely Share SSH Terminal Session with Linux Users
When launching Tmate, it will first establish an ssh connection to tmate.io server in the background through libssh. Once the connection is ...
Read more >Tmate, the perfect Instant terminal sharing Tool for Remote ...
Sure, we all know about TeamViewer, VNC, and other remote desktop ... to establish a secure SSH connection with tmate.io's public server ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@andymckay I think this whole Action should just basically be part of Github Actions itself. The ability is to live debug a worker is invaluable.
👋🏽 Hi there from GitHub. Sorry that you are getting this issue.
It sounds like there’s a possible intermittent race condition going on here. The log is being written before the connection is being opened to the view the logs. If that happens the log isn’t going to be written back to the GitHub UI. I’ll talk to the engineering team and see what we can find out.