We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c03ce0 commit 8ec16a3Copy full SHA for 8ec16a3
1 file changed
REFERENCE.md
@@ -167,10 +167,10 @@ Examples:
167
168
# Run on the first _Saturday_ of every month at 7:00AM
169
trigger => {
170
- 'schedule' => 'monthly',
171
- 'start_time' => '07:00',
172
- 'day_of_week' => 'sat', # Specify the day of the week to trigger on
173
- 'which_occurence' => 'first' # Specify which occurance to trigger on, up to fifth
+ 'schedule' => 'monthly',
+ 'start_time' => '07:00',
+ 'day_of_week' => 'sat', # Specify the day of the week to trigger on
+ 'which_occurrence' => 'first' # Specify which occurrence to trigger on, up to fifth
174
}
175
176
# Run on boot, then once per hour for 12 hours
0 commit comments