yarn run prettier --write "src/**/*.{js,ts}"
parent
c75e11dc6a
commit
ebb1d0aece
|
|
@ -85,7 +85,7 @@ class Docker {
|
|||
--volume "${runnerTempPath}/_github_home":"/root" \
|
||||
--volume "${runnerTempPath}/_github_workflow":"/github/workflow" \
|
||||
--volume "${workspace}":"/github/workspace" \
|
||||
${sshAgent ? "--volume " + sshAgent + ":/ssh-agent" : ''} \
|
||||
${sshAgent ? '--volume ' + sshAgent + ':/ssh-agent' : ''} \
|
||||
${sshAgent ? '--volume /home/runner/.ssh/known_hosts:/root/.ssh/known_hosts:ro' : ''} \
|
||||
${image}`;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue