docs(readme): add link to woodpecker doc for evaluate
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-01-04 22:42:48 +01:00
parent 3390cf2714
commit 052472ff30
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -17,7 +17,7 @@ You can configure the plugin using the following parameters:
* **subject** - The subject line template
* **body** - The email body template
* **attachment** - An optional file to attach to the sent mail(s), can be an absolute path or relative to the working directory.
* **evaluate** - An optional expression to evaluate (on the fly) whether the mail should be sent or not.
* **evaluate** - An optional expression to evaluate (on the fly) whether the mail should be sent or not ([https://woodpecker-ci.org/docs/next/usage/pipeline-syntax#evaluate](https://woodpecker-ci.org/docs/next/usage/pipeline-syntax#evaluate)).
## Example