We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79592f commit b2e4f05Copy full SHA for b2e4f05
.github/main.workflow
@@ -9,10 +9,10 @@ action "Executing remote ssh commands" {
9
uses = "appleboy/ssh-action@master"
10
secrets = [
11
"HOST",
12
- "USERNAME",
13
"PASSWORD",
14
]
15
args = [
+ "--user", "actions",
16
"--script", "whoami",
17
18
}
README.md
@@ -2,9 +2,11 @@
2
3
[GitHub Action](https://developer.github.com/actions/) for executing remote ssh commands.
4
5
+<img src="./images/ssh-workflow.png">
6
+
7
## Usage
8
-copy files and artifacts via SSH as blow.
+Executing remote ssh commands.
```
action "Copy multiple file" {
images/ssh-workflow.png
69.6 KB
0 commit comments