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:
parent
c3e3b2e33f
commit
e6a98e275c
1 changed files with 4 additions and 12 deletions
16
.github/workflows/verify.yml
vendored
16
.github/workflows/verify.yml
vendored
|
@ -67,12 +67,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
private-key: "DUMMY-PRIVATE-KEY"
|
private-key: "DUMMY-PRIVATE-KEY"
|
||||||
public-key: "DUMMY-PUBLIC-KEY"
|
public-key: "DUMMY-PUBLIC-KEY"
|
||||||
known-hosts: |
|
known-hosts: "DUMMY-KNOWN-HOSTS"
|
||||||
DUMMY-KNOWN-HOSTS
|
config: "DUMMY-CONFIG"
|
||||||
|
|
||||||
config: |
|
|
||||||
DUMMY-CONFIG
|
|
||||||
|
|
||||||
- name: print created files
|
- name: print created files
|
||||||
run: |
|
run: |
|
||||||
ls ~/.ssh
|
ls ~/.ssh
|
||||||
|
@ -84,12 +80,8 @@ jobs:
|
||||||
private-key: "DUMMY-PRIVATE-KEY"
|
private-key: "DUMMY-PRIVATE-KEY"
|
||||||
public-key: "DUMMY-PUBLIC-KEY"
|
public-key: "DUMMY-PUBLIC-KEY"
|
||||||
name: "id_rsa-2"
|
name: "id_rsa-2"
|
||||||
known-hosts: | # appended
|
known-hosts: "DUMMY-KNOWN-HOSTS" # appended
|
||||||
DUMMY-KNOWN-HOSTS
|
config: "DUMMY-CONFIG" # appended
|
||||||
|
|
||||||
config: | # appended
|
|
||||||
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