-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yaml
More file actions
32 lines (30 loc) · 826 Bytes
/
action.yaml
File metadata and controls
32 lines (30 loc) · 826 Bytes
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
name: "Nitro OpenAPI Validate"
description: "Validates OpenAPI documents against the Nitro registry"
author: "ChilliCream"
branding:
icon: "check-circle"
color: "green"
inputs:
stage:
description: "The name of the stage"
required: true
openapi-collection-id:
description: "The ID of the OpenAPI collection"
required: true
api-key:
description: "API key for authentication"
required: true
secret: true
patterns:
description: "Glob patterns for selecting OpenAPI document files"
required: true
cloud-url:
description: "The URL of the Nitro registry"
required: false
comment-mode:
description: "Controls pull request feedback on validation failure: comment, review, or none"
required: false
default: "none"
runs:
using: "node24"
main: "dist/index.js"