Merge pull request #2226 from m0un10/faq-fix-for-chaining-hack
docs: fixed misleading example code in FAQ
This commit is contained in:
commit
61a0dc98ed
@ -42,7 +42,7 @@ bar: bash.#Run & {
|
|||||||
script: contents: #"""
|
script: contents: #"""
|
||||||
echo "hello"
|
echo "hello"
|
||||||
"""#
|
"""#
|
||||||
env: HACK: "\(test.success)" // <== HACK: CHAINING of action happening here
|
env: HACK: "\(foo.success)" // <== HACK: CHAINING of action happening here
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user