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` |