From eb319b796fe2067b190b60fd261814dd10336a88 Mon Sep 17 00:00:00 2001 From: Dan Tsekhanskiy <28414793+TsekNet@users.noreply.github.com> Date: Sun, 31 Jan 2021 22:41:29 -0500 Subject: [PATCH] Minor typo/grammar fixes (#48) Thanks for making this action! Noticed a few grammar/typos when going through the README. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 29d579a..9c7c62f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Usage -copy files and artifacts via SSH as below. +Copy files and artifacts via SSH: ```yaml name: scp files @@ -35,7 +35,7 @@ jobs: ## Input variables -see the [action.yml](./action.yml) file for more detail imformation. +See the [action.yml](./action.yml) file for more detail information. * host - scp remote host * port - scp remote port, default is `22` @@ -70,7 +70,7 @@ SSH Proxy Setting: ### Example -Copy file via ssh password +Copy file via a SSH password: ```yaml - name: copy file via ssh password @@ -84,7 +84,7 @@ Copy file via ssh password target: "test" ``` -Copy file via ssh key +Copy file via a SSH key: ```yaml - name: copy file via ssh key @@ -112,7 +112,7 @@ Example configuration for ignore list: target: "test" ``` -Example configuration for multiple server +Example configuration for multiple servers: ```diff uses: appleboy/scp-action@master @@ -126,7 +126,7 @@ Example configuration for multiple server target: "test" ``` -remove the specified number of leading path elements +Remove the specified number of leading path elements: ```yaml - name: remove the specified number of leading path elements @@ -141,7 +141,7 @@ remove the specified number of leading path elements strip_components: 1 ``` -old target structure: +Old target structure: ```sh foobar @@ -150,7 +150,7 @@ foobar └── b.txt ``` -new target structure: +New target structure: ```sh foobar