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:
parent
5f8e9946d9
commit
2bcf7ba84d
1 changed files with 6 additions and 6 deletions
12
.github/workflows/verify.yml
vendored
12
.github/workflows/verify.yml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue