From 1c1eda7b9120c37d8182372eef39080778a177ab Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 13 Jan 2021 01:44:46 +0100 Subject: [PATCH] Don't run Docker interactively --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index ef21d14..5cd3418 100644 --- a/action.yaml +++ b/action.yaml @@ -95,7 +95,7 @@ runs: "homeassistant/home-assistant:${{ steps.version.outputs.version }}" \ python -m homeassistant --version - docker run --rm -it \ + docker run --rm \ --entrypoint /bin/bash \ -v $(pwd):/github/workspace \ --workdir /github/workspace \