Tweak to Docker run command for HA check.
This commit is contained in:
+2
-2
@@ -111,9 +111,9 @@ runs:
|
|||||||
fi
|
fi
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
--entrypoint "" \
|
--entrypoint "" \
|
||||||
-v /workspace/{{ github.repository_owner }}:/github/workspace
|
--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 }}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user