Skip to content

Commit

Permalink
fix .env typo in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen committed Jul 8, 2024
1 parent 2bd2c94 commit e94a0ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/measures_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: NREL/openstudio-common-measures-gem
ref: ${{ steps.dotenv.outputs.MEAUSRES_VERSION }}
ref: ${{ steps.dotenv.outputs.MEASURES_VERSION }}
path: src
sparse-checkout: |
lib/measures/ChangeBuildingLocation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/measures_ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: NREL/openstudio-ee-gem
ref: ${{ steps.dotenv.outputs.MEAUSRES_VERSION }}
ref: ${{ steps.dotenv.outputs.MEASURES_VERSION }}
path: src
sparse-checkout: lib/measures/AddOverhangsByProjectionFactor

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/measures_model_articulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: NREL/openstudio-model-articulation-gem
ref: ${{ steps.dotenv.outputs.MEAUSRES_VERSION }}
ref: ${{ steps.dotenv.outputs.MEASURES_VERSION }}
path: src
sparse-checkout: |
lib/measures/RotateBuilding
Expand Down

0 comments on commit e94a0ed

Please sign in to comment.