docs: fixed misleading example code

Signed-off-by: m0un10 <7553951+m0un10@users.noreply.github.com>
This commit is contained in:
m0un10 2022-04-19 21:24:31 +10:00
parent 27d878456f
commit 071d882d08

View File

@ -42,7 +42,7 @@ bar: bash.#Run & {
script: contents: #"""
echo "hello"
"""#
env: HACK: "\(test.success)" // <== HACK: CHAINING of action happening here
env: HACK: "\(foo.success)" // <== HACK: CHAINING of action happening here
}
```