Skip to content

Commit

Permalink
Update build-model.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenarnold-ed-fi committed Jun 10, 2024
1 parent 170ee32 commit 39fce45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ on:
inputs:
data_model_version:
type: string
description: "data_model_version: The data standard version corresponding to the Ed-Fi Model branch. Default: 5.0.0"
description: "data_model_version: The data standard version corresponding to the Ed-Fi Model branch. Default: 5.1.0"
ODS_version:
type: string
description: "ODS_version: The Ed-Fi ODS/API version corresponding to the Ed-Fi Model branch. Default: 7.1"
description: "ODS_version: The Ed-Fi ODS/API version corresponding to the Ed-Fi Model branch. Default: 7.2"
tpdm_version:
type: string
description: "tpdm_version: The TPDM version being built. Default: 1.2.0"
ed_fi_model_ref:
type: string
description: "ed_fi_model_ref: The reference name from the Ed-Fi Model repo to pull. Default: DS-5.0-ME-3.x"
description: "ed_fi_model_ref: The reference name from the Ed-Fi Model repo to pull. Default: DS-5.1-ME-3.x"
pull_request:

env:
data_model_version: "5.0.0"
ODS_version: "7.1"
data_model_version: "5.1.0"
ODS_version: "7.2"
tpdm_version: "1.2.0"
ed_fi_model_ref: "DS-5.0-ME-3.x"
ed_fi_model_ref: "DS-5.1-ME-3.x"
node_version: "18"

jobs:
Expand Down

0 comments on commit 39fce45

Please sign in to comment.