diff --git a/action.yaml b/action.yaml index 93c9b1d..c206ee9 100644 --- a/action.yaml +++ b/action.yaml @@ -113,7 +113,7 @@ runs: --entrypoint "" \ --volumes-from ${{ env.JOB_CONTAINER_NAME }} \ $env_file_arg \ - --workdir /github/workspace \ + --workdir ${GITHUB_WORKSPACE} \ "ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \ python -m homeassistant \ --config "${{ steps.check.outputs.path }}" \