-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yaml
36 lines (33 loc) · 941 Bytes
/
action.yaml
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
name: 'Discord Notifier'
description: 'Send message notifications to Discord'
inputs:
webhookUrl:
description: 'Discord Webhook URL'
required: true
status:
description: 'Status of the build'
required: true
projectName:
description: 'Name of the project'
required: true
testResultsUrl:
description: 'URL to test results'
required: false
sonarProjectKey:
description: 'SonarCloud project key'
required: false
sonarQualityGateStatus:
description: 'Status of the SonarCloud Quality Gate'
required: false
username:
description: 'Username to display in the message'
required: false
failedJob:
description: 'Name of the failed job'
required: false
avatarUrl:
description: 'URL to the avatar image'
required: false
runs:
using: 'node20'
main: 'dist/main.js'