mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-04-02 16:19: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:
|
deployment_keys_demo:
|
||||||
env:
|
env:
|
||||||
GIT_SSH_COMMAND: ssh -v
|
GIT_SSH_COMMAND: ssh -v
|
||||||
|
DISPLAY: fake
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -58,8 +59,6 @@ jobs:
|
|||||||
${{ secrets.MPDUDE_TEST_1_DEPLOY_KEY }}
|
${{ secrets.MPDUDE_TEST_1_DEPLOY_KEY }}
|
||||||
${{ secrets.MPDUDE_TEST_2_DEPLOY_KEY }}
|
${{ secrets.MPDUDE_TEST_2_DEPLOY_KEY }}
|
||||||
- run: |
|
- run: |
|
||||||
printenv
|
|
||||||
pwd
|
|
||||||
git clone git@github.com:mpdude/test-2.git test-2-git
|
git clone git@github.com:mpdude/test-2.git test-2-git
|
||||||
|
|
||||||
# cat ~/.ssh/config
|
# cat ~/.ssh/config
|
||||||
|
|||||||
Reference in New Issue
Block a user