pull/278/head
Alexander Brandstedt 2021-07-13 12:35:48 +02:00
parent ca041c4ea0
commit 3e99a54f04
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class Docker {
--env RUNNER_TOOL_CACHE \
--env RUNNER_TEMP \
--env RUNNER_WORKSPACE \
${gitCredential ? '--env GIT_CREDENTIAL': ''} \
${gitCredential ? '--env GIT_CREDENTIAL' : ''} \
${sshAgent ? '--env SSH_AUTH_SOCK=/ssh-agent' : ''} \
--volume "/var/run/docker.sock":"/var/run/docker.sock" \
--volume "${runnerTempPath}/_github_home":"/root" \