This website requires JavaScript.
Explore
Help
Register
Sign In
actions
/
ssh-action
mirror of
https://github.com/appleboy/ssh-action.git
Watch
1
Star
0
Fork
You've already forked ssh-action
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4188bdc3ce
ssh-action
/
testdata
/
test.sh
5 lines
55 B
Bash
Raw
Normal View
History
Unescape
Escape
chore: support running commands from a file (#341)
2024-11-17 06:57:46 +00:00
#!/usr/bin/env bash
set
-e
remove stderr, stdout works
2024-11-25 18:47:21 +00:00
echo
"Hello, World!"
refactor: refactor codebase and improve API performance - Signed-off-by: appleboy <appleboy.tw@gmail.com>
2024-11-17 07:00:26 +00:00
whoami