From fa99b89a7710e33218a1a900052c0c80c80c1971 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 31 Aug 2025 21:20:12 -0400 Subject: [PATCH] Tweak to Docker run command for HA check. --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 39f7532..dd3f9cb 100644 --- a/action.yaml +++ b/action.yaml @@ -111,7 +111,7 @@ runs: fi docker run --rm \ --entrypoint "" \ - -v ${GITHUB_WORKSPACE}:/github/workspace + -v /workspace/{{ github.repository_owner }}:/github/workspace $env_file_arg \ --workdir /github/workspace \ "ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \