Merge pull request #2226 from m0un10/faq-fix-for-chaining-hack

docs: fixed misleading example code in FAQ
This commit is contained in:
Helder Correia 2022-04-19 11:46:15 +00:00 committed by GitHub
commit 61a0dc98ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}
```