Skip to content

Commit 5031ee8

Browse files
PMW-41 - fix: Readme typos
1 parent c006ef6 commit 5031ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Setup an SSH socket with a private key.
33

44
## Inputs
55
### `host`
6-
**Required** remote hostname
6+
**Required** Remote hostname
77

88
### `socket-path`
99
**Required** Path at which to create socket.
@@ -26,4 +26,4 @@ Path at which socket was created.
2626

2727
- name: Use SSH socket
2828
run: |
29-
ls -l "${{ steps.actiontest.outputs.socket-path }}"
29+
ls -l "${{ steps.ssh-socket-action.outputs.socket-path }}"

0 commit comments

Comments
 (0)