mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-19 09:39:07 +08:00
Use another action for debugging
This commit is contained in:
7
.github/workflows/demo.yml
vendored
7
.github/workflows/demo.yml
vendored
@@ -21,8 +21,11 @@ jobs:
|
||||
# cat ~/.ssh/config
|
||||
# ssh-add -l
|
||||
# C:/Windows/System32/OpenSSH/ssh.exe -v git@key-2 'echo octocat'
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
- name: Start SSH session
|
||||
uses: luchihoratiu/debug-via-ssh@main
|
||||
with:
|
||||
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
|
||||
SSH_PASS: ${{ secrets.SSH_PASS }}
|
||||
|
||||
# git clone git@github.com:mpdude/test-2.git test-2-git
|
||||
# ls -alh ~/.ssh
|
||||
|
||||
Reference in New Issue
Block a user