aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index ab4ae11..e504ea2 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -54,7 +54,7 @@ jobs:
--hostname pdsnk-dev \
-e PYTHONDONTWRITEBYTECODE=1 \
-e PIPENV_PIPFILE='/snekbox/Pipfile\' \
- -e ENV='${PWD}/scripts/.profile' \
+ -e ENV='${{ github.workspace }}/scripts/.profile' \
--volume '${{ github.workspace }}':'${{ github.workspace }}' \
--workdir '${{ github.workspace }}'\
--entrypoint /bin/bash \