Skip to content

Commit

Permalink
Use github.workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Dec 2, 2024
1 parent f9f8c64 commit 6974d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- name: Build local image
uses: eclipse-pass/main/.github/actions/node-build@main
with:
repository_dir: ${GITHUB_WORKSPACE}
env_path: ${GITHUB_WORKSPACE}/.env
repository_dir: ${{ github.workspace }}
env_path: ${{ github.workspace }}/.env

- name: Run acceptance tests
uses: eclipse-pass/main/.github/actions/acceptance-test@main
Expand Down

0 comments on commit 6974d7f

Please sign in to comment.