Tweak to Docker run command for HA check.

This commit is contained in:
2025-08-31 21:38:03 -04:00
parent 132e06b6c8
commit bddf26d850
+1 -1
View File
@@ -113,7 +113,7 @@ runs:
--entrypoint "" \ --entrypoint "" \
--volumes-from ${{ env.JOB_CONTAINER_NAME }} \ --volumes-from ${{ env.JOB_CONTAINER_NAME }} \
$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 }}" \
python -m homeassistant \ python -m homeassistant \
--config "${{ steps.check.outputs.path }}" \ --config "${{ steps.check.outputs.path }}" \