Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lochidev committed Nov 16, 2023
2 parents 92668cf + 4644694 commit e2b0e9c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,14 @@ matches:
choices:
- "hello"
- "hi"
- trigger: dateandtime
replace: 'date: {{date}} time: {{time}}'
vars:
- name: date
type: date
params:
format: dd/MM/%y
- name: time
type: date
params:
format: mm/HH

0 comments on commit e2b0e9c

Please sign in to comment.