Skip to content

Commit f87db81

Browse files
committed
Use pwd
1 parent 633cf60 commit f87db81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525

2626
podman run --name "${CONTAINER_NAME}" -d \
2727
--pull always \
28-
--env-file "${RUNNER_DIR}/.env" \
28+
--env-file "$(pwd)/.env" \
2929
-v "$(pwd)/chips.yml:/home/runner/actions-runner/chips.yml:ro" \
3030
-v "${RUNNER_DIR}/.path:/home/runner/actions-runner/.path:Z" \
3131
--device /dev/bus/usb --restart unless-stopped \

0 commit comments

Comments
 (0)