Tweak to Docker run command for HA check.
Lint / yamllint (push) Successful in 7s
Release Drafter / ✏️ Draft release (push) Failing after 5s
Lint / Prettier (push) Successful in 10s
Test / Home Assistant Core Configuration Check (push) Failing after 9s

This commit is contained in:
2025-08-31 21:20:12 -04:00
parent 8b3d5ed3cc
commit fa99b89a77
+1 -1
View File
@@ -111,7 +111,7 @@ runs:
fi fi
docker run --rm \ docker run --rm \
--entrypoint "" \ --entrypoint "" \
-v ${GITHUB_WORKSPACE}:/github/workspace -v /workspace/{{ github.repository_owner }}:/github/workspace
$env_file_arg \ $env_file_arg \
--workdir /github/workspace \ --workdir /github/workspace \
"ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \ "ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \