mirror of
https://github.com/jadolg/rocketchat-notification-action.git
synced 2026-06-01 00:57:51 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d43c92f406 |
+5
-1
@@ -1,2 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
rocketchat-notification -u "$1" -p "$2" -m "$3" -s "$4" -c "$5" -code "$6"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user