-
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) · 793 Bytes
/
action.yaml
File metadata and controls
32 lines (30 loc) · 793 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 Upload"
description: "Uploads OpenAPI documents to the Nitro registry"
author: "ChilliCream"
branding:
icon: "upload-cloud"
color: "green"
inputs:
tag:
description: "The tag of the OpenAPI collection version"
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
job-id:
description: "The ID of the current job"
required: false
default: ${{ job.check_run_id }}
runs:
using: "node24"
main: "dist/index.js"