-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaction.yml
More file actions
36 lines (36 loc) · 1.02 KB
/
action.yml
File metadata and controls
36 lines (36 loc) · 1.02 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
name: 'ServiceNow DevOps Register Package'
description: 'Register Package details in ServiceNow'
inputs:
devops-integration-user-name:
description: 'ServiceNow Devops Integration User Name'
required: false
devops-integration-user-password:
description: 'ServiceNow Devops Integration User Password'
required: false
devops-integration-token:
description: 'ServiceNow Devops security token'
required: false
instance-url:
description: 'ServiceNow Instance URL'
required: true
tool-id:
description: 'Orchestration Tool Id of the tool created in ServiceNow'
required: true
context-github:
description: 'Github Context'
required: true
artifacts:
description: 'List of Artifacts in JSON format'
required: true
package-name:
description: 'Name of the Package that contains list of artifacts'
required: true
job-name:
description: 'Display Name of Job'
required: true
branding:
icon: 'refresh-ccw'
color: 'green'
runs:
using: 'node20'
main: 'dist/index.js'