From fe41d22944b40384024f6d8e236dd447536caa0e Mon Sep 17 00:00:00 2001 From: Aceyu <150288134@qq.com> Date: Mon, 11 Apr 2022 16:03:06 +0800 Subject: [PATCH] Update 1221-action.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the "result" property should be #AddHello’s, not dir's Signed-off-by: Aceyu <150288134@qq.com> --- docs/core-concepts/1221-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core-concepts/1221-action.md b/docs/core-concepts/1221-action.md index a5366987..1e83a244 100644 --- a/docs/core-concepts/1221-action.md +++ b/docs/core-concepts/1221-action.md @@ -104,7 +104,7 @@ dagger.#Plan & { } client: filesystem: ".": { read: contents: dagger.#FS - write: contents: actions.hello.dir.result + write: contents: actions.hello.result } } ```