File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22env | egrep -v " ^(#|;| |PATH|SHLVL|HOSTNAME|DOCKER_*)" | awk ' $1 ~ /^\w+=/' | xargs -0 > docker-run-action.env
33set -x
4- exec docker run --env-file docker-run-action.env --workdir " $RUNNER_WORKSPACE /$INPUT_WORKSPACE " -v " /var/run/docker.sock" :" /var/run/docker.sock" -v " /github" :" /github" -v " $RUNNER_WORKSPACE " :" $RUNNER_WORKSPACE " --entrypoint=$INPUT_SHELL $INPUT_IMAGE -c " ${INPUT_RUN// $' \n ' / ;} "
4+ exec docker run --env-file docker-run-action.env --workdir " $RUNNER_WORKSPACE /$INPUT_WORKSPACE " -v " /var/run/docker.sock" :" /var/run/docker.sock" -v " /github/file_commands " :" /github/file_commands " -v " $RUNNER_WORKSPACE " :" $RUNNER_WORKSPACE " --entrypoint=$INPUT_SHELL $INPUT_IMAGE -c " ${INPUT_RUN// $' \n ' / ;} "
You can’t perform that action at this time.
0 commit comments