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:
|
||||
private-key: "DUMMY-PRIVATE-KEY"
|
||||
public-key: "DUMMY-PUBLIC-KEY"
|
||||
known-hosts: |
|
||||
DUMMY-KNOWN-HOSTS
|
||||
|
||||
config: |
|
||||
DUMMY-CONFIG
|
||||
|
||||
known-hosts: "DUMMY-KNOWN-HOSTS"
|
||||
config: "DUMMY-CONFIG"
|
||||
- name: print created files
|
||||
run: |
|
||||
ls ~/.ssh
|
||||
|
@ -84,12 +80,8 @@ jobs:
|
|||
private-key: "DUMMY-PRIVATE-KEY"
|
||||
public-key: "DUMMY-PUBLIC-KEY"
|
||||
name: "id_rsa-2"
|
||||
known-hosts: | # appended
|
||||
DUMMY-KNOWN-HOSTS
|
||||
|
||||
config: | # appended
|
||||
DUMMY-CONFIG
|
||||
|
||||
known-hosts: "DUMMY-KNOWN-HOSTS" # appended
|
||||
config: "DUMMY-CONFIG" # appended
|
||||
- name: print created files again
|
||||
run: |
|
||||
ls ~/.ssh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue