Skip to content

Commit 0adaee0

Browse files
Update condition-evaulates-false-finished-status.md (#809)
* Update condition-evaulates-false-finished-status.md the pipe '|' in the text creates an array which makes the text hard to read Also the name of this documentation file condition-evaulates-false-finished-status.md has a misspellig on evaluates * corrected misspelling on file name --------- Co-authored-by: Luke Goodfellow <107487942+mnmlluke@users.noreply.github.com>
1 parent 3bbfbdd commit 0adaee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/kb/articles/condition-evaulates-false-finished-status.md renamed to _docs/kb/articles/condition-evaluates-false-finished-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ my_step:
5151
5252
{% endraw %}
5353
54-
Since the `finished` alias is just available for step-dependencies|conditions, then you can workaround this by specifying the possible step-status of the step you're interested in, applying a logical `OR` (`||`) in the custom-condition.
54+
Since the `finished` alias is just available for step-dependencies/conditions, then you can workaround this by specifying the possible step-status of the step you're interested in, applying a logical `OR` (`||`) in the custom-condition.
5555

5656
For example, following the same example above, this would be the solution:
5757

0 commit comments

Comments
 (0)