-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yaml
More file actions
36 lines (34 loc) · 912 Bytes
/
action.yaml
File metadata and controls
36 lines (34 loc) · 912 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
33
34
35
36
name: "Nitro Schema Validate"
description: "Validates GraphQL schemas against the Nitro registry"
author: "ChilliCream"
branding:
icon: "check-circle"
color: "blue"
inputs:
stage:
description: "The name of the stage"
required: true
api-id:
description: "The ID of the API"
required: true
schema-file:
description: "The path to the graphql file with the schema definition"
required: true
api-key:
description: "API key for authentication"
required: true
secret: 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 }}
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"