Compare commits

...

3 Commits

Author SHA1 Message Date
akiel a00e2b9fc1 Update version in the example 2020-08-14 17:14:48 +02:00
akiel 15e3ca292a Add icon 2020-08-14 17:12:03 +02:00
akiel 0669379328 Rename action 2020-08-14 17:09:36 +02:00
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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'