mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-20 10:09:06 +08:00
Set DISPLAY to circumvent read_passphrase (?)
This commit is contained in:
3
.github/workflows/demo.yml
vendored
3
.github/workflows/demo.yml
vendored
@@ -44,6 +44,7 @@ jobs:
|
||||
deployment_keys_demo:
|
||||
env:
|
||||
GIT_SSH_COMMAND: ssh -v
|
||||
DISPLAY: fake
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -58,8 +59,6 @@ jobs:
|
||||
${{ secrets.MPDUDE_TEST_1_DEPLOY_KEY }}
|
||||
${{ secrets.MPDUDE_TEST_2_DEPLOY_KEY }}
|
||||
- run: |
|
||||
printenv
|
||||
pwd
|
||||
git clone git@github.com:mpdude/test-2.git test-2-git
|
||||
|
||||
# cat ~/.ssh/config
|
||||
|
||||
Reference in New Issue
Block a user