Skip to content

Commit

Permalink
Docs: Fix expression syntax docs url (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
micash545 authored Jan 16, 2024
1 parent 90a48ef commit b3754bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/20-usage/20-workflow-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit b3754bc

Please sign in to comment.