From f53ebebeb27e05cc97f0d7f82dde64d57c62f868 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 21 Feb 2024 19:08:10 +0100 Subject: [PATCH] prettify documentation --- DOCS.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/DOCS.md b/DOCS.md index bec9431..8285e48 100644 --- a/DOCS.md +++ b/DOCS.md @@ -12,7 +12,7 @@ url: https://gitnet.fr/deblan/woodpecker-email ## Settings | Settings Name | Required | Type | Description | Documentation | -| --- | --- | --- | --- | --- | +| --------------- | -------- | ------------------ | ------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | | dsn | yes | `string` | Mail transport configuration | [Documentation](https://symfony.com/doc/current/mailer.html#tls-peer-verification) | | from.address | yes | `string` | Email address of the sender | | | from.name | no | `string` | Name of the sender | | @@ -23,11 +23,8 @@ url: https://gitnet.fr/deblan/woodpecker-email | attachments | no | `string` or `list` | List of files to attach | YAML list or comma separated list | | debug | no | `boolean` | Debug mode (email are sent!) | | - - ### Example - ``` steps: mail: @@ -52,14 +49,12 @@ steps: - log/* ``` - ### Evaluation and content See the [Twig documentation](https://twig.symfony.com/doc/3.x/). - | Variable | Value | -| --- | --- | +| ----------------------------- | -------------------------------- | | `workspace` | `CI_WORKSPACE` | | `repo.full_name` | `CI_REPO` | | `repo.owner` | `CI_REPO_OWNER` |