Skip to content

Commit

Permalink
adjust docker mount to default home assistant directory
Browse files Browse the repository at this point in the history
  • Loading branch information
andarotajo committed Mar 25, 2023
1 parent 3582ec3 commit c6916cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ runs:
fi
docker run --rm \
--entrypoint "" \
-v $(pwd):/github/workspace \
-v $(pwd):/config \
$env_file_arg \
--workdir /github/workspace \
--workdir /config \
"ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \
python -m homeassistant \
--config "${{ steps.check.outputs.path }}" \
Expand Down

0 comments on commit c6916cb

Please sign in to comment.