docs: fix table
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
kekskurse 2025-07-31 18:46:58 +02:00
parent 01e283f96b
commit ab9ba73e82

View file

@ -47,13 +47,13 @@ jobs:
### Configuration Fields ### Configuration Fields
|| Field | Description | Format | Examples | | Field | Description | Format | Examples |
||-------|-------------|--------|----------| |-------|-------------|--------|----------|
|| `name` | Descriptive job name for logging | String | "Daily Backup", "Health Check" | | `name` | Descriptive job name for logging | String | "Daily Backup", "Health Check" |
|| `minute` | Minute pattern (0-59) | String | `"0"`, `"*/5"`, `"15,30,45"`, `"*"` | | `minute` | Minute pattern (0-59) | String | `"0"`, `"*/5"`, `"15,30,45"`, `"*"` |
|| `hour` | Hour pattern (0-23) | String | `"2"`, `"*/2"`, `"9-17"`, `"*"` | | `hour` | Hour pattern (0-23) | String | `"2"`, `"*/2"`, `"9-17"`, `"*"` |
|| `command` | Shell command to execute | String | `"echo 'Hello'"`, `"backup.sh"` | | `command` | Shell command to execute | String | `"echo 'Hello'"`, `"backup.sh"` |
|| `notification` | Name of notification configuration to use | String | `"default"` | | `notification` | Name of notification configuration to use | String | `"default"` |
### Notifications ### Notifications