diff options
Diffstat (limited to 'builds.sr.ht')
-rw-r--r-- | builds.sr.ht/triggers.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/builds.sr.ht/triggers.md b/builds.sr.ht/triggers.md index 09a7aff..2b00e70 100644 --- a/builds.sr.ht/triggers.md +++ b/builds.sr.ht/triggers.md @@ -15,6 +15,15 @@ Condition may be one of the following: The following actions are available: +## email + +Sends an email summarizing the build results. + +*Configuration* + +- **to**: The value of the "To" header in the outgoing email, e.g. your email + address or e.g. `Jim Jimson <jim@example.org>; Bob Bobson <bob@example.org>` + ## webhook Submits the job status (as it would be returned by GET /api/jobs/:id) as a POST |