mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* add LF to known_hosts / config
This commit is contained in:
parent
7e1c31063b
commit
4527acfc4c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/verify.yml
vendored
4
.github/workflows/verify.yml
vendored
|
@ -69,8 +69,10 @@ jobs:
|
|||
public-key: "DUMMY-PUBLIC-KEY"
|
||||
known-hosts: |
|
||||
DUMMY-KNOWN-HOSTS
|
||||
|
||||
config: |
|
||||
DUMMY-CONFIG
|
||||
|
||||
- name: print created files
|
||||
run: |
|
||||
ls ~/.ssh
|
||||
|
@ -84,8 +86,10 @@ jobs:
|
|||
name: "id_rsa-2"
|
||||
known-hosts: | # appended
|
||||
DUMMY-KNOWN-HOSTS
|
||||
|
||||
config: | # appended
|
||||
DUMMY-CONFIG
|
||||
|
||||
- name: print created files again
|
||||
run: |
|
||||
ls ~/.ssh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue