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:
parent
5d83fca001
commit
5f8e9946d9
1 changed files with 8 additions and 2 deletions
10
.github/workflows/verify.yml
vendored
10
.github/workflows/verify.yml
vendored
|
@ -72,7 +72,10 @@ jobs:
|
||||||
config: |
|
config: |
|
||||||
DUMMY-CONFIG
|
DUMMY-CONFIG
|
||||||
- name: print created files
|
- name: print created files
|
||||||
run: ls ~/.ssh
|
run: |
|
||||||
|
ls ~/.ssh
|
||||||
|
cat ~/.ssh/known_hosts
|
||||||
|
cat ~/.ssh/config
|
||||||
- name: Install SSH key again
|
- name: Install SSH key again
|
||||||
uses: shimataro/ssh-key-action@HEAD
|
uses: shimataro/ssh-key-action@HEAD
|
||||||
with:
|
with:
|
||||||
|
@ -84,4 +87,7 @@ jobs:
|
||||||
config: | # appended; size fill be 26 bytes.
|
config: | # appended; size fill be 26 bytes.
|
||||||
DUMMY-CONFIG
|
DUMMY-CONFIG
|
||||||
- name: print created files again
|
- name: print created files again
|
||||||
run: ls ~/.ssh
|
run: |
|
||||||
|
ls ~/.ssh
|
||||||
|
cat ~/.ssh/known_hosts
|
||||||
|
cat ~/.ssh/config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue