From 873b13078fffc16cedbcd8fb7318b7e3dc7b1f82 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 2 Mar 2021 20:29:34 +0000 Subject: [PATCH] Run tmate directly --- .github/workflows/demo.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 996b54c..bca4e49 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -17,13 +17,12 @@ jobs: ssh-private-key: | ${{ secrets.MPDUDE_TEST_1_DEPLOY_KEY }} ${{ secrets.MPDUDE_TEST_2_DEPLOY_KEY }} - - run: | - cat ~/.ssh/config - ssh-add -l - C:/Windows/System32/OpenSSH/ssh.exe -v git@key-2 'echo octocat' +# - run: | +# 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