From ccfc94bcddc4c3a61ace59f479309c4af1ab6aeb Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 31 Aug 2025 21:09:25 -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 e9d6755..e4bad1f 100644 --- a/action.yaml +++ b/action.yaml @@ -113,7 +113,7 @@ runs: --entrypoint "" \ --volumes-from ${{ env.JOB_CONTAINER_NAME }} \ $env_file_arg \ - --workdir /github/workspace \ + --workdir /workspace/${{ github.repository_owner }} \ "ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \ python -m homeassistant \ --config "${{ steps.check.outputs.path }}" \