Updated ls outside
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -16,4 +16,4 @@ jobs:
|
||||
name: Starter Docker Action Test
|
||||
uses: cubetiq/starter-docker-actions@main
|
||||
with:
|
||||
run: docker version; ls /github/workspace
|
||||
run: docker version; ls
|
||||
|
||||
@@ -22,4 +22,6 @@ if [ -z $semicolon_delimited_script ];
|
||||
then semicolon_delimited_script="echo $(whoami)"
|
||||
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`"
|
||||
Reference in New Issue
Block a user