mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
implement
This commit is contained in:
parent
0673b3776f
commit
169acaed93
3 changed files with 52 additions and 12 deletions
3
.github/workflows/verify-on-ubuntu.yml
vendored
3
.github/workflows/verify-on-ubuntu.yml
vendored
|
@ -275,9 +275,6 @@ jobs:
|
|||
uses: ./.
|
||||
with:
|
||||
key: ${{ secrets.SSH_KEY_PEM }}
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||
no_known_hosts: true
|
||||
- name: print created files
|
||||
run: ls -l ~/.ssh
|
||||
- name: git clone through SSH
|
||||
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue