mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-04-07 19:21:59 +00:00
4 lines
55 B
Bash
4 lines
55 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
echo "Hello, World!"
|
|
whoami
|