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

* fix test

This commit is contained in:
shimataro 2019-12-29 18:16:43 +09:00
parent 38770aaee8
commit c227f1743f
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -76,6 +76,7 @@ jobs:
with: with:
private-key: "DUMMY-PRIVATE-KEY" # overwritten; size fill be 17 bytes. private-key: "DUMMY-PRIVATE-KEY" # overwritten; size fill be 17 bytes.
public-key: "DUMMY-PUBLIC-KEY" # overwritten; size fill be 16 bytes. public-key: "DUMMY-PUBLIC-KEY" # overwritten; size fill be 16 bytes.
name: "id_rsa-2"
known-hosts: | # appended; size fill be 36 bytes. known-hosts: | # appended; size fill be 36 bytes.
DUMMY-KNOWN-HOSTS DUMMY-KNOWN-HOSTS
config: | # appended; size fill be 26 bytes. config: | # appended; size fill be 26 bytes.