Run tmate directly
This commit is contained in:
parent
3fc2400425
commit
873b13078f
1 changed files with 4 additions and 5 deletions
9
.github/workflows/demo.yml
vendored
9
.github/workflows/demo.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue