Files
rocketchat-notification-action/entrypoint.sh
T
2020-08-14 16:25:00 +02:00

4 lines
92 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