mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-23 09:40:48 +00:00
Run only SSH
This commit is contained in:
parent
5a354bf325
commit
2d8d48e56a
1 changed files with 6 additions and 6 deletions
12
.github/workflows/demo.yml
vendored
12
.github/workflows/demo.yml
vendored
|
@ -11,12 +11,12 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup key
|
# - name: Setup key
|
||||||
uses: ./
|
# uses: ./
|
||||||
with:
|
# with:
|
||||||
ssh-private-key: |
|
# ssh-private-key: |
|
||||||
${{ 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: |
|
||||||
# cat ~/.ssh/config
|
# cat ~/.ssh/config
|
||||||
# ssh-add -l
|
# ssh-add -l
|
||||||
|
|
Loading…
Reference in a new issue