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
uses: cubetiq/starter-docker-actions@v0.9
with:
shell: bash
shell: sh
run: docker version

View File

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