Skip to content

Commit b2e4f05

Browse files
committed
update example.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent a79592f commit b2e4f05

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ action "Executing remote ssh commands" {
99
uses = "appleboy/ssh-action@master"
1010
secrets = [
1111
"HOST",
12-
"USERNAME",
1312
"PASSWORD",
1413
]
1514
args = [
15+
"--user", "actions",
1616
"--script", "whoami",
1717
]
1818
}

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
[GitHub Action](https://developer.github.com/actions/) for executing remote ssh commands.
44

5+
<img src="./images/ssh-workflow.png">
6+
57
## Usage
68

7-
copy files and artifacts via SSH as blow.
9+
Executing remote ssh commands.
810

911
```
1012
action "Copy multiple file" {

images/ssh-workflow.png

69.6 KB
Loading

0 commit comments

Comments
 (0)