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

This commit is contained in:
2025-08-31 21:36:05 -04:00
parent 4aaee35741
commit 132e06b6c8
+1 -3
View File
@@ -109,11 +109,9 @@ runs:
if [[ -f "${{ inputs.env_file }}" ]]; then
env_file_arg="--env-file ${{ inputs.env_file }}"
fi
pwd
echo "Workspace dir is ${GITHUB_WORKSPACE}"
docker run --rm \
--entrypoint "" \
--volumes-from ${{ env.JOB_CONTAINER_NAME }}
--volumes-from ${{ env.JOB_CONTAINER_NAME }} \
$env_file_arg \
--workdir /github/workspace \
"ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \