-
-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't get connection url only ssh #163
Comments
How does your workflow file look like? |
|
I'm also getting this behaviour when using the Arch container. Just ssh commands spamming out output in quick succession, and they don't work. name: test
on:
workflow_dispatch:
jobs:
tmate_test:
runs-on: ubuntu-22.04
container:
image: archlinux:base-devel
steps
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
|
Oops, I just found out that this action uses the ssh public key from the github account as ssh -G github.com | grep identityfile
identityfile ${HOME}/.ssh/github Finally, I need to use the ssh -i github [email protected] Sorry for the confusion. |
when I try to connect via console it's also failed
The text was updated successfully, but these errors were encountered: