This commit is contained in:
parent
01e283f96b
commit
ab9ba73e82
1 changed files with 8 additions and 8 deletions
14
README.md
14
README.md
|
|
@ -47,13 +47,13 @@ jobs:
|
|||
|
||||
### Configuration Fields
|
||||
|
||||
|| Field | Description | Format | Examples |
|
||||
||-------|-------------|--------|----------|
|
||||
|| `name` | Descriptive job name for logging | String | "Daily Backup", "Health Check" |
|
||||
|| `minute` | Minute pattern (0-59) | String | `"0"`, `"*/5"`, `"15,30,45"`, `"*"` |
|
||||
|| `hour` | Hour pattern (0-23) | String | `"2"`, `"*/2"`, `"9-17"`, `"*"` |
|
||||
|| `command` | Shell command to execute | String | `"echo 'Hello'"`, `"backup.sh"` |
|
||||
|| `notification` | Name of notification configuration to use | String | `"default"` |
|
||||
| Field | Description | Format | Examples |
|
||||
|-------|-------------|--------|----------|
|
||||
| `name` | Descriptive job name for logging | String | "Daily Backup", "Health Check" |
|
||||
| `minute` | Minute pattern (0-59) | String | `"0"`, `"*/5"`, `"15,30,45"`, `"*"` |
|
||||
| `hour` | Hour pattern (0-23) | String | `"2"`, `"*/2"`, `"9-17"`, `"*"` |
|
||||
| `command` | Shell command to execute | String | `"echo 'Hello'"`, `"backup.sh"` |
|
||||
| `notification` | Name of notification configuration to use | String | `"default"` |
|
||||
|
||||
### Notifications
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue