1
0
mirror of synced 2026-01-18 15:02:54 -05:00
Files
docs/translations/ru-RU/data/reusables/github-actions/expression-syntax-if.md
2021-03-26 21:27:27 +01:00

2 lines
428 B
Markdown

When you use expressions in an `if` conditional, you may omit the expression syntax ({% raw %}`${{ }}`{% endraw %}) because {% data variables.product.prodname_dotcom %} automatically evaluates the `if` conditional as an expression, unless the expression contains any operators. If the expression contains any operators, the expression must be contained within {% raw %}`${{ }}`{% endraw %} to explicitly mark it for evaluation.