diff --git a/phpunit-action.bash b/phpunit-action.bash index 9f88709..d054ce3 100755 --- a/phpunit-action.bash +++ b/phpunit-action.bash @@ -170,5 +170,5 @@ docker run --rm \ --volume "${GITHUB_WORKSPACE}":/app \ --workdir /app \ --network host \ - --env-file <( env| cut -f1 -d= ) \ + --env-file <(env | grep '=' | cut -f1 -d=) \ ${docker_tag} "${command_string[@]}"