We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633cf60 commit f87db81Copy full SHA for f87db81
config.sh
@@ -25,7 +25,7 @@ fi
25
26
podman run --name "${CONTAINER_NAME}" -d \
27
--pull always \
28
- --env-file "${RUNNER_DIR}/.env" \
+ --env-file "$(pwd)/.env" \
29
-v "$(pwd)/chips.yml:/home/runner/actions-runner/chips.yml:ro" \
30
-v "${RUNNER_DIR}/.path:/home/runner/actions-runner/.path:Z" \
31
--device /dev/bus/usb --restart unless-stopped \
0 commit comments