Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2019-05-15 10:58:11 +08:00
parent d5e4d4798e
commit 5942cfaf03
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ action "Multiple Hosts" {
"--user", "actions", "--user", "actions",
"--script", "'whoami'", "--script", "'whoami'",
"--script", "'ls -al'", "--script", "'ls -al'",
"--script", "'cat test.txt'",
] ]
} }
``` ```