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

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"