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