From 3fc24004253e5dc4fd9b5c8119732ecaf9d6dac2 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 2 Mar 2021 20:28:33 +0000 Subject: [PATCH] Debug --- .github/workflows/demo.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 18d5522..996b54c 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -21,6 +21,10 @@ 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 + if: ${{ failure() }} + # git clone git@github.com:mpdude/test-2.git test-2-git # ls -alh ~/.ssh # git clone https://github.com/mpdude/test-1.git test-1-http