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

428 B

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.