-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathaction.yml
More file actions
40 lines (40 loc) · 1.03 KB
/
action.yml
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
name: 'ServiceNow DevOps Unit Test Results'
description: 'Register JUnit Test Results in ServiceNow'
inputs:
devops-integration-user-name:
description: 'Devops Integration User Name'
required: false
devops-integration-user-password:
description: 'Devops Integration User Password'
required: false
devops-integration-token:
description: 'Devops Security Token'
required: false
instance-url:
description: 'ServiceNow Instance Name'
required: true
tool-id:
description: 'Orchestration Tool Id'
required: true
job-name:
description: 'Job Name'
required: true
context-github:
description: 'Github Context'
required: true
xml-report-filename:
description: 'JUnit xml report file name with path'
required: true
test-type:
description: 'GitHub Custom Action'
required: false
default: 'JUnit'
test-summary-name:
description: 'Test summary name'
required: false
branding:
icon: 'refresh-ccw'
color: 'green'
runs:
using: 'node20'
main: 'dist/index.js'