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

* print the contents of known_hosts and config

This commit is contained in:
shimataro 2019-12-29 18:34:24 +09:00
parent 5d83fca001
commit 5f8e9946d9
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -72,7 +72,10 @@ jobs:
config: |
DUMMY-CONFIG
- name: print created files
run: ls ~/.ssh
run: |
ls ~/.ssh
cat ~/.ssh/known_hosts
cat ~/.ssh/config
- name: Install SSH key again
uses: shimataro/ssh-key-action@HEAD
with:
@ -84,4 +87,7 @@ jobs:
config: | # appended; size fill be 26 bytes.
DUMMY-CONFIG
- name: print created files again
run: ls ~/.ssh
run: |
ls ~/.ssh
cat ~/.ssh/known_hosts
cat ~/.ssh/config