Add a success indication
All checks were successful
docker-image / docker (push) Successful in 3m20s

Also document the command.
This commit is contained in:
Stefan Bethke 2024-05-25 12:34:29 +02:00
commit 5fc42907e3
2 changed files with 8 additions and 5 deletions

View file

@ -71,11 +71,12 @@ Without it, the expiry action will be taken.
Command is one of:
| Command | Description |
|---------|------------------------------------------------------------------------------------------------------------|
| check | Print a list of revisions and notes that would be expired, based on the given parameters for `-n` and `-r` |
| cron | Run `expire` at 2 am local time each day. Will run until killed. |
| expire | Expire old revisions and notes. |
| Command | Description |
|------------|------------------------------------------------------------------------------------------------------------|
| check | Print a list of revisions and notes that would be expired, based on the given parameters for `-n` and `-r` |
| cron | Run `expire` at 2 am local time each day. Will run until killed. |
| emailcheck | Send a test email from the configured sender to themselves. |
| expire | Expire old revisions and notes. |
### Environment variables