From b3754bc5b704365474a1ba58b94261d24676ebec Mon Sep 17 00:00:00 2001 From: Micash <70768913+micash545@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:23:12 +0100 Subject: [PATCH] Docs: Fix expression syntax docs url (#3208) --- docs/docs/20-usage/20-workflow-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/20-usage/20-workflow-syntax.md b/docs/docs/20-usage/20-workflow-syntax.md index e0a141b42..6b762fde0 100644 --- a/docs/docs/20-usage/20-workflow-syntax.md +++ b/docs/docs/20-usage/20-workflow-syntax.md @@ -410,7 +410,7 @@ Passing a defined ignore-message like `[ALL]` inside the commit message will ign Execute a step only if the provided evaluate expression is equal to true. Both built-in [`CI_`](./50-environment.md#built-in-environment-variables) and custom variables can be used inside the expression. -The expression syntax can be found in [the docs](https://github.com/expr-lang/expr/blob/master/docs/Language-Definition.md) of the underlying library. +The expression syntax can be found in [the docs](https://github.com/expr-lang/expr/blob/master/docs/language-definition.md) of the underlying library. Run on pushes to the default branch for the repository `owner/repo`: