Skip to content

Commit ba758e3

Browse files
authored
Update action.yml
1 parent 2a18159 commit ba758e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: 'Validate JSON with Glob'
22
description: 'GitHub Action: Validate JSON'
3-
author: 'Or Rosenblatt'
3+
author: 'Noah Halstead'
44
inputs:
55
schema:
66
description: 'Relative file path under the repository of a JSON schema file to validate the other JSON files with.'
7-
required: true
7+
required: false
88
default: './schema.json'
99
jsons:
1010
description: 'One or more relative file paths under the repository (separated by comma) of the JSON files to validate with the schema provided.'

0 commit comments

Comments
 (0)