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

* remove known_hosts for test

This commit is contained in:
shimataro 2019-09-29 19:23:43 +09:00
parent a15af64a22
commit 96f512a3a1
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -20,6 +20,5 @@ jobs:
private-key: ${{ secrets.SSH_KEY }}
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
name: 'id_rsa' # optional
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
- name: git clone through SSH
run: git clone git@github.com:shimataro/ssh-key-action.git tmp