mirror of
https://github.com/jadolg/rocketchat-notification-action.git
synced 2026-06-07 12:07:52 +00:00
4 lines
94 B
Bash
Executable File
4 lines
94 B
Bash
Executable File
#!/usr/bin/env bash
|
|
echo $1 $2 $3 $4 $5
|
|
rocketchat-notification -u $1 -p $2 -m $3 -s $4 -c $5
|