From f64f149744fcdac09f37dffa8d7183594510f894 Mon Sep 17 00:00:00 2001 From: Lucas Costi Date: Wed, 4 Aug 2021 14:40:09 +1000 Subject: [PATCH] Remove advice about Actions if conditional operators --- data/reusables/github-actions/expression-syntax-if.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/github-actions/expression-syntax-if.md b/data/reusables/github-actions/expression-syntax-if.md index 70a79eb94fd0..69549fd112ee 100644 --- a/data/reusables/github-actions/expression-syntax-if.md +++ b/data/reusables/github-actions/expression-syntax-if.md @@ -1 +1 @@ -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. +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.