fix wrong folder for entrypoint.sh

pull/177/head
Paul Pacheco 2022-03-29 09:37:14 -05:00
parent 18e67a00d0
commit af498f069f
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@ -214,7 +214,7 @@ const Docker = {
--volume "${githubWorkflow}":"/github/workflow:z" \
--volume "${workspace}":"/github/workspace:z" \
--volume "${actionFolder}/steps":"/steps" \
--volume "${artifactsPath}/entrypoint.sh":"/entrypoint.sh" \
--volume "${actionFolder}/entrypoint.sh":"/entrypoint.sh" \
${sshAgent ? `--volume ${sshAgent}:/ssh-agent` : ''} \
${sshAgent ? '--volume /home/runner/.ssh/known_hosts:/root/.ssh/known_hosts:ro' : ''} \
${useHostNetwork ? '--net=host' : ''} \

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -74,7 +74,7 @@ const Docker = {
--volume "${githubWorkflow}":"/github/workflow:z" \
--volume "${workspace}":"/github/workspace:z" \
--volume "${actionFolder}/steps":"/steps" \
--volume "${artifactsPath}/entrypoint.sh":"/entrypoint.sh" \
--volume "${actionFolder}/entrypoint.sh":"/entrypoint.sh" \
${sshAgent ? `--volume ${sshAgent}:/ssh-agent` : ''} \
${sshAgent ? '--volume /home/runner/.ssh/known_hosts:/root/.ssh/known_hosts:ro' : ''} \
${useHostNetwork ? '--net=host' : ''} \