mirror of
https://github.com/jadolg/rocketchat-notification-action.git
synced 2026-05-31 08:37:51 +00:00
4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/usr/bin/env sh
|
|
echo $1 $2 $3 $4 $5
|
|
rocketchat-notification -u "$1" -p "$2" -m "$3" -s "$4" -c "$5"
|