mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
no_known_hosts is false
This commit is contained in:
parent
91f978d590
commit
206d310c5c
1 changed files with 20 additions and 0 deletions
20
.github/workflows/verify-on-ubuntu.yml
vendored
20
.github/workflows/verify-on-ubuntu.yml
vendored
|
@ -278,3 +278,23 @@ jobs:
|
|||
no_known_hosts: true
|
||||
- name: print created files
|
||||
run: ls -l ~/.ssh
|
||||
without-no_known_hosts:
|
||||
name: no known_hosts file
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-16.04
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v2
|
||||
- name: Install SSH key
|
||||
uses: ./.
|
||||
with:
|
||||
key: ${{ secrets.SSH_KEY_PEM }}
|
||||
continue-on-error: true
|
||||
- name: print created files
|
||||
run: ls -l ~/.ssh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue