From c5e130477af1f947b9213d0b735044ce28da86fe Mon Sep 17 00:00:00 2001 From: yohamta Date: Fri, 20 May 2022 14:06:13 +0900 Subject: [PATCH] docs: fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d10eb175..10ff90347 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ steps: output: YOUR_NAME - name: step 2 - command: "echo hello world, ${USER_NAME}!" + command: "echo hello world, ${YOUR_NAME}!" stdout: /tmp/hello-world.txt depends: - step 1