aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint-test.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index 20aa3b7..d774516 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -54,9 +54,9 @@ jobs:
--hostname pdsnk-dev \
-e PYTHONDONTWRITEBYTECODE=1 \
-e PIPENV_PIPFILE='/snekbox/Pipfile\' \
- -e ENV='${PWD}/scripts/.profile' \
- --volume '${PWD}':'${PWD}' \
- --workdir '${PWD}' \
+ -e ENV=\"${PWD}/scripts/.profile\" \
+ --volume \"${PWD}\":\"${PWD}\" \
+ --workdir \"${PWD}\" \
--entrypoint /bin/bash \
ghcr.io/python-discord/snekbox-venv:latest"