1
0
Fork 0
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:
shimataro 2019-12-29 18:47:28 +09:00
parent 7e1c31063b
commit 4527acfc4c
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -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