mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-26 21:09:06 +08:00
Run only SSH
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user