mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-01-25 23:55:24 +00:00
5 lines
55 B
Bash
5 lines
55 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
echo "Hello, World!"
|
|
whoami
|