diff --git a/README.md b/README.md index 51d5e84..3ddb7ea 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ action "Multiple Hosts" { "--user", "actions", "--script", "'whoami'", "--script", "'ls -al'", + "--script", "'cat test.txt'", ] } ```