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

* fix revision for test

This commit is contained in:
shimataro 2019-12-29 18:43:15 +09:00
parent 5f8e9946d9
commit 2bcf7ba84d
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -63,7 +63,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@HEAD uses: shimataro/ssh-key-action@append-config-known_hosts
with: with:
private-key: "DUMMY-PRIVATE-KEY" private-key: "DUMMY-PRIVATE-KEY"
public-key: "DUMMY-PUBLIC-KEY" public-key: "DUMMY-PUBLIC-KEY"
@ -77,14 +77,14 @@ jobs:
cat ~/.ssh/known_hosts cat ~/.ssh/known_hosts
cat ~/.ssh/config cat ~/.ssh/config
- name: Install SSH key again - name: Install SSH key again
uses: shimataro/ssh-key-action@HEAD uses: shimataro/ssh-key-action@append-config-known_hosts
with: with:
private-key: "DUMMY-PRIVATE-KEY" # overwritten; size fill be 17 bytes. private-key: "DUMMY-PRIVATE-KEY"
public-key: "DUMMY-PUBLIC-KEY" # overwritten; size fill be 16 bytes. public-key: "DUMMY-PUBLIC-KEY"
name: "id_rsa-2" name: "id_rsa-2"
known-hosts: | # appended; size fill be 36 bytes. known-hosts: | # appended
DUMMY-KNOWN-HOSTS DUMMY-KNOWN-HOSTS
config: | # appended; size fill be 26 bytes. config: | # appended
DUMMY-CONFIG DUMMY-CONFIG
- name: print created files again - name: print created files again
run: | run: |