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"
|
public-key: "DUMMY-PUBLIC-KEY"
|
||||||
known-hosts: |
|
known-hosts: |
|
||||||
DUMMY-KNOWN-HOSTS
|
DUMMY-KNOWN-HOSTS
|
||||||
|
|
||||||
config: |
|
config: |
|
||||||
DUMMY-CONFIG
|
DUMMY-CONFIG
|
||||||
|
|
||||||
- name: print created files
|
- name: print created files
|
||||||
run: |
|
run: |
|
||||||
ls ~/.ssh
|
ls ~/.ssh
|
||||||
|
@ -84,8 +86,10 @@ jobs:
|
||||||
name: "id_rsa-2"
|
name: "id_rsa-2"
|
||||||
known-hosts: | # appended
|
known-hosts: | # appended
|
||||||
DUMMY-KNOWN-HOSTS
|
DUMMY-KNOWN-HOSTS
|
||||||
|
|
||||||
config: | # appended
|
config: | # appended
|
||||||
DUMMY-CONFIG
|
DUMMY-CONFIG
|
||||||
|
|
||||||
- name: print created files again
|
- name: print created files again
|
||||||
run: |
|
run: |
|
||||||
ls ~/.ssh
|
ls ~/.ssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue