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

View File

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