diff --git a/action.yaml b/action.yaml index 39f7532..dd3f9cb 100644 --- a/action.yaml +++ b/action.yaml @@ -111,7 +111,7 @@ runs: fi docker run --rm \ --entrypoint "" \ - -v ${GITHUB_WORKSPACE}:/github/workspace + -v /workspace/{{ github.repository_owner }}:/github/workspace $env_file_arg \ --workdir /github/workspace \ "ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \