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:
parent
a15af64a22
commit
96f512a3a1
1 changed files with 0 additions and 1 deletions
1
.github/workflows/verify.yml
vendored
1
.github/workflows/verify.yml
vendored
|
@ -20,6 +20,5 @@ jobs:
|
||||||
private-key: ${{ secrets.SSH_KEY }}
|
private-key: ${{ secrets.SSH_KEY }}
|
||||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
||||||
name: 'id_rsa' # optional
|
name: 'id_rsa' # optional
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
|
||||||
- name: git clone through SSH
|
- name: git clone through SSH
|
||||||
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
|
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue