Skip to content

Commit

Permalink
Add data_model_labels parameter to template creation workflow (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia authored Mar 4, 2024
1 parent 2e4ee7e commit 1d7251d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-template-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ on:
exclude_data_types:
description: Space-separated string of data types to exclude from output. Must be empty if using include_data_types.
required: false
data_model_labels:
description: How schematic gets data model labels. Defaults `class_label`.
default: 'class_label'
required: true

jobs:
create-template-config:
Expand All @@ -57,6 +61,7 @@ jobs:
file: ${{ inputs.file }}
include_data_types: ${{ inputs.include_data_types }}
exclude_data_types: ${{ inputs.exclude_data_types }}
data_model_labels: ${{ inputs.data_model_labels }}

- name: Validate Config File
uses: docker://orrosenblatt/validate-json-action:latest
Expand Down

0 comments on commit 1d7251d

Please sign in to comment.