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

update tests

This commit is contained in:
shimataro 2022-11-03 01:52:48 +09:00
parent 91cc1cae47
commit b6e4d49798
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
6 changed files with 12 additions and 0 deletions

View file

@ -330,3 +330,5 @@ jobs:
known_hosts: unnecessary
- name: print created files
run: ls -l /root/.ssh
- name: git clone through SSH # can clone because key of "github.com" always set to "known_hosts"
run: git clone git@github.com:shimataro/ssh-key-action.git tmp

View file

@ -320,3 +320,5 @@ jobs:
known_hosts: unnecessary
- name: print created files
run: ls -l /root/.ssh
- name: git clone through SSH # can clone because key of "github.com" always set to "known_hosts"
run: git clone git@github.com:shimataro/ssh-key-action.git tmp

View file

@ -350,3 +350,5 @@ jobs:
known_hosts: unnecessary
- name: print created files
run: ls -l /root/.ssh
- name: git clone through SSH # can clone because key of "github.com" always set to "known_hosts"
run: git clone git@github.com:shimataro/ssh-key-action.git tmp

View file

@ -278,3 +278,5 @@ jobs:
known_hosts: unnecessary
- name: print created files
run: ls -l ~/.ssh
- name: git clone through SSH # can clone because key of "github.com" always set to "known_hosts"
run: git clone git@github.com:shimataro/ssh-key-action.git tmp

View file

@ -268,3 +268,5 @@ jobs:
known_hosts: unnecessary
- name: print created files
run: ls -l ~/.ssh
- name: git clone through SSH # can clone because key of "github.com" always set to "known_hosts"
run: git clone git@github.com:shimataro/ssh-key-action.git tmp

View file

@ -267,3 +267,5 @@ jobs:
known_hosts: unnecessary
- name: print created files
run: ls -l ~/.ssh
- name: git clone through SSH # can clone because key of "github.com" always set to "known_hosts"
run: git clone git@github.com:shimataro/ssh-key-action.git tmp