mirror of
https://github.com/jadolg/rocketchat-notification-action.git
synced 2026-05-31 08:37:51 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f19deb8ed | |||
| 3da587e98c |
@@ -1,4 +1,5 @@
|
||||
FROM alpine:3.10
|
||||
RUN apk --no-cache add ca-certificates
|
||||
RUN wget https://github.com/aleph-engineering/rocketchat-notification/releases/download/1.4.1/rocketchat-notification -P /usr/bin/ && chmod +x /usr/bin/rocketchat-notification
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
echo $1 $2 $3 $4 $5
|
||||
rocketchat-notification -u $1 -p $2 -m $3 -s $4 -c $5
|
||||
rocketchat-notification -u "$1" -p "$2" -m "$3" -s "$4" -c "$5"
|
||||
|
||||
Reference in New Issue
Block a user