Updated the entrypoint

This commit is contained in:
Sambo Chea 2021-03-26 21:45:10 +07:00
parent 4b3e16a467
commit 796132e773
2 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ jobs:
- name: Starter Docker Test - name: Starter Docker Test
uses: cubetiq/starter-docker-actions@v0.9 uses: cubetiq/starter-docker-actions@v0.9
with: with:
shell: bash shell: sh
run: docker version run: docker version

View File

@ -11,7 +11,7 @@ then INPUT_OPTIONS="$INPUT_OPTIONS --network $INPUT_DOCKER_NETWORK"
fi fi
if [ -z $INPUT_SHELL ]; if [ -z $INPUT_SHELL ];
then INPUT_SHELL=bash then INPUT_SHELL=sh
fi fi
if [ -z $INPUT_IMAGE ]; if [ -z $INPUT_IMAGE ];