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 \