mirror of
https://github.com/jadolg/rocketchat-notification-action.git
synced 2026-05-31 08:37:51 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a00e2b9fc1 | |||
| 15e3ca292a | |||
| 0669379328 |
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: Push notification to rocket.chat if the job failed
|
||||
id: error-notification
|
||||
if: ${{ failure() }}
|
||||
uses: jadolg/rocketchat-notification-action@1.0.0
|
||||
uses: jadolg/rocketchat-notification-action@v1.0.0
|
||||
with:
|
||||
server: ${{ secrets.ROCKETCHAT_SERVER }}
|
||||
message: Wooops! Looks like something went wrong!
|
||||
|
||||
+4
-1
@@ -1,5 +1,8 @@
|
||||
name: 'Rocket.Chat Notification'
|
||||
name: 'Rocket.Chat notification with credentials'
|
||||
description: 'Send a message to Rocket.Chat'
|
||||
branding:
|
||||
icon: 'bell'
|
||||
color: 'red'
|
||||
inputs:
|
||||
user:
|
||||
description: 'The username to login to your rocket.chat server'
|
||||
|
||||
Reference in New Issue
Block a user