diff --git a/action.yaml b/action.yaml index 5d97fbf..e9d6755 100644 --- a/action.yaml +++ b/action.yaml @@ -111,7 +111,7 @@ runs: fi docker run --rm \ --entrypoint "" \ - -v $(pwd):/github/workspace \ + --volumes-from ${{ env.JOB_CONTAINER_NAME }} \ $env_file_arg \ --workdir /github/workspace \ "ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \