Update 1221-action.md

the "result" property should be #AddHello’s, not dir's
Signed-off-by: Aceyu <150288134@qq.com>
This commit is contained in:
Aceyu 2022-04-11 16:03:06 +08:00 committed by GitHub
parent e110ac05a2
commit fe41d22944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ dagger.#Plan & {
} }
client: filesystem: ".": { client: filesystem: ".": {
read: contents: dagger.#FS read: contents: dagger.#FS
write: contents: actions.hello.dir.result write: contents: actions.hello.result
} }
} }
``` ```