1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

"known_hosts: no" -> "known_hosts: unnecessary"

This commit is contained in:
shimataro 2021-03-09 18:49:46 +09:00
parent f175db27c6
commit 5e5ec7bdcb
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
8 changed files with 19 additions and 21 deletions

View file

@ -258,8 +258,8 @@ jobs:
- name: git clone through SSH
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
no_known_hosts:
name: no known_hosts file
known_hosts-unnecessary:
name: without known_hosts file
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
@ -275,6 +275,6 @@ jobs:
uses: ./.
with:
key: ${{ secrets.SSH_KEY_PEM }}
known_hosts: no
known_hosts: unnecessary
- name: print created files
run: ls -l ~/.ssh