-
Notifications
You must be signed in to change notification settings - Fork 3
/
action.yml
68 lines (54 loc) · 1.32 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: Notify.Events
author: Notify.Events
description: Sending message to 30+ messangers
inputs:
token:
description: |
Notify.Events channel token
required: true
title:
description: |
Message title
required: false
text:
description: |
Message Text (allowed simple html tags: <b>, <i>, <br>, <a href="">)
required: false
priority:
description: |
Message priority (highest, high, normal, low, lowest)
required: false
level:
description: |
Message Level (verbose, info, notice, warning, error, success)
required: false
verbose:
description: |
Message text with 'verbose' level and 'lowest' priority
required: false
info:
description: |
Message text with 'info' level and 'low' priority
required: false
notice:
description: |
Message text with 'notice' level and 'low' priority
required: false
success:
description: |
Message text with 'success' level and 'normal' priority
required: false
warning:
description: |
Message text with 'warning' level and 'high' priority
required: false
error:
description: |
Message text with 'error' level and 'highest' priority
required: false
runs:
using: node12
main: dist/index.js
branding:
icon: message-circle
color: red