diff options
author | 2020-11-17 00:05:21 +0100 | |
---|---|---|
committer | 2020-11-17 00:05:21 +0100 | |
commit | ddde73ca8abdd0bb295f4f5deed51bed6129d38b (patch) | |
tree | ee54ae354ec52738d19945fae78fb0cc4a0ab690 | |
parent | Change specification of working directory (diff) |
Change specification of working directory
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
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 \ |