Updated ls outside

This commit is contained in:
Sambo Chea 2021-07-14 17:10:14 +07:00
parent 638777f7cd
commit 116e65d151
2 changed files with 3 additions and 1 deletions

View File

@ -16,4 +16,4 @@ jobs:
name: Starter Docker Action Test name: Starter Docker Action Test
uses: cubetiq/starter-docker-actions@main uses: cubetiq/starter-docker-actions@main
with: with:
run: docker version; ls /github/workspace run: docker version; ls

View File

@ -22,4 +22,6 @@ if [ -z $semicolon_delimited_script ];
then semicolon_delimited_script="echo $(whoami)" then semicolon_delimited_script="echo $(whoami)"
fi fi
ls
exec docker run -v "/var/run/docker.sock":"/var/run/docker.sock" $INPUT_OPTIONS --entrypoint=$INPUT_SHELL $INPUT_IMAGE -c "`cat semicolon_delimited_script`" exec docker run -v "/var/run/docker.sock":"/var/run/docker.sock" $INPUT_OPTIONS --entrypoint=$INPUT_SHELL $INPUT_IMAGE -c "`cat semicolon_delimited_script`"