fix entrypoint
Some checks failed
run tests / run-container (push) Failing after 5s

This commit is contained in:
Ivan Schaller 2023-08-16 12:05:57 +02:00
parent 51996b4b33
commit f63602e5f4
Signed by: olofvndrhr
GPG key ID: 2A6BE07D99C8C205
3 changed files with 3 additions and 4 deletions

View file

@ -35,5 +35,5 @@ jobs:
-e TESTENV=${{ gitea.workspace }}
-e TESTENV2=TESTENV2
run: >-
/bin/sh -c
echo "test"
sh -c
echo "test

View file

@ -31,7 +31,7 @@ inputs:
shell:
description: "Shell to use"
required: false
default: /bin/sh
default: sh
registry:
description: "Container registry URL"

View file

@ -47,7 +47,6 @@ for cmd in "${TMP_RUN[@]}"; do
done
exec docker run \
--rm \
--volume "${INPUT_WORKDIR}:${INPUT_WORKDIR}" \
--workdir "${INPUT_WORKDIR}" \
--entrypoint="${INPUT_SHELL}" \