From 6458b79183b70fa4b922633f4aab00d476c7feee Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 2 Mar 2021 20:33:48 +0000 Subject: [PATCH] Use another action for debugging --- .github/workflows/demo.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index bca4e49..0cdd18e 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -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