Files
rocketchat-notification-action/entrypoint.sh
T
2020-08-15 12:43:31 +02:00

7 lines
190 B
Bash
Executable File

#!/usr/bin/env sh
if $6 == "true"; then
rocketchat-notification -u "$1" -p "$2" -m "$3" -s "$4" -c "$5" -code
else
rocketchat-notification -u "$1" -p "$2" -m "$3" -s "$4" -c "$5"
fi