Skip to content

Commit

Permalink
add dst to actions .env path
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen committed Jul 8, 2024
1 parent 8986172 commit a6c0763
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 @@ -14,7 +14,7 @@ jobs:
- name: dotenv
uses: falti/dotenv-action@v1
with:
path: .github/workflows/.env
path: dst/.github/workflows/.env

- name: checkout NREL/openstudio-common-measures-gem
uses: actions/checkout@v4
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 @@ -14,7 +14,7 @@ jobs:
- name: dotenv
uses: falti/dotenv-action@v1
with:
path: ./.github/workflows/.env
path: dst/.github/workflows/.env

- name: checkout NREL/openstudio-ee-gem
uses: actions/checkout@v4
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 @@ -14,7 +14,7 @@ jobs:
- name: dotenv
uses: falti/dotenv-action@v1
with:
path: ./.github/workflows/.env
path: dst/.github/workflows/.env

- name: sparse checkout NREL/openstudio-model-articulation-gem
uses: actions/checkout@v4
Expand Down

0 comments on commit a6c0763

Please sign in to comment.