Skip to content

Commit eada809

Browse files
authored
Updated README.md
1 parent 34d7275 commit eada809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
With this action you can simply execute ssh commands to your vps.
44

55
This gives us the opportunity to deploy the application right away.
6-
You should create 2 [secrets](https://github.com/Azure/actions-workflow-samples/blob/master/assets/create-secrets-for-GitHub-workflows.md) for `host` & `password`.
6+
You should create 2 [secrets](https://github.com/Azure/actions-workflow-samples/blob/master/assets/create-secrets-for-GitHub-workflows.md) for `host` & `password`. You can create up to 4 commands. But you can also do this: `ls -h && htop`. This basically executes 2 commands.
77

88
### Workflow example
99

0 commit comments

Comments
 (0)