Skip to content

Commit

Permalink
ISSUE #5: Enable primitive schema mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubick committed Dec 4, 2023
1 parent 5ca2fec commit 0041c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ inputs:
1. /path/to/file:/path/to/schema.json
2. /path/to/dir/:/path/to/schema.json
required: false
default: ''
runs:
using: 'docker'
image: 'Dockerfile'
Expand All @@ -41,3 +40,4 @@ runs:
- ${{ inputs.yaml-json-file-dir }}
- ${{ inputs.recursive }}
- ${{ inputs.ignore-empty }}
- ${{ inputs.schema-mapping }}

0 comments on commit 0041c09

Please sign in to comment.