Skip to content

Commit

Permalink
Merge pull request #1 from andarotajo/feature/adjust-docker-mount
Browse files Browse the repository at this point in the history
Adjust docker mount to default home assistant directory
  • Loading branch information
andarotajo authored Mar 25, 2023
2 parents 3582ec3 + c6916cb commit 2d370e3
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 2d370e3

Please sign in to comment.