Use another action for debugging

This commit is contained in:
Matthias Pigulla 2021-03-02 20:33:48 +00:00
parent 873b13078f
commit 6458b79183

View file

@ -21,8 +21,11 @@ jobs:
# cat ~/.ssh/config # cat ~/.ssh/config
# ssh-add -l # ssh-add -l
# C:/Windows/System32/OpenSSH/ssh.exe -v git@key-2 'echo octocat' # C:/Windows/System32/OpenSSH/ssh.exe -v git@key-2 'echo octocat'
- name: Setup tmate session - name: Start SSH session
uses: mxschmitt/action-tmate@v3 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 # git clone git@github.com:mpdude/test-2.git test-2-git
# ls -alh ~/.ssh # ls -alh ~/.ssh