UnityStandaloneScripts volume on windows

pull/219/head
Tim 2023-04-14 05:19:17 -04:00
parent 3ea18411f4
commit 8318c457d6
3 changed files with 3 additions and 1 deletions

1
dist/index.js generated vendored
View File

@ -363,6 +363,7 @@ const Docker = {
--env GIT_PRIVATE_TOKEN="${gitPrivateToken}" \
--env CHOWN_FILES_TO="${chownFilesTo}" \
${sshAgent ? '--env SSH_AUTH_SOCK=c:/ssh-agent' : ''} \
--volume "${actionFolder}/test-standalone-scripts":"c:/UnityStandaloneScripts" \
--volume "${githubHome}":"c:/root" \
--volume "${githubWorkflow}":"c:/github/workflow" \
--volume "${workspace}":"c:/github/workspace" \

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -193,6 +193,7 @@ const Docker = {
--env GIT_PRIVATE_TOKEN="${gitPrivateToken}" \
--env CHOWN_FILES_TO="${chownFilesTo}" \
${sshAgent ? '--env SSH_AUTH_SOCK=c:/ssh-agent' : ''} \
--volume "${actionFolder}/test-standalone-scripts":"c:/UnityStandaloneScripts" \
--volume "${githubHome}":"c:/root" \
--volume "${githubWorkflow}":"c:/github/workflow" \
--volume "${workspace}":"c:/github/workspace" \