Pete Shaw
Results
1
comments of
Pete Shaw
This is because the action is a docker-type, if you look at the volumes sent to the docker command: ```-v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/[org]/[repo]":"/github/workspace"``` (where...