diff --git a/action.yaml b/action.yaml index 3fc0be0..ef21d14 100644 --- a/action.yaml +++ b/action.yaml @@ -95,7 +95,8 @@ runs: "homeassistant/home-assistant:${{ steps.version.outputs.version }}" \ python -m homeassistant --version - docker run --rm \ + docker run --rm -it \ + --entrypoint /bin/bash \ -v $(pwd):/github/workspace \ --workdir /github/workspace \ "homeassistant/home-assistant:${{ steps.version.outputs.version }}" \