mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-23 22:50:47 +00:00
Improve debugging output
This commit is contained in:
parent
bf93b0e5d9
commit
1dd377d99d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/demo.yml
vendored
2
.github/workflows/demo.yml
vendored
|
@ -14,6 +14,6 @@ jobs:
|
||||||
ssh-private-key: ${{ secrets.DEMO_KEY }}
|
ssh-private-key: ${{ secrets.DEMO_KEY }}
|
||||||
- run: |
|
- run: |
|
||||||
ssh-add -l
|
ssh-add -l
|
||||||
printenv
|
echo SSH_AUTH_SOCK is at $SSH_AUTH_SOCK
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue