Skip to content

Commit 10c661a

Browse files
authored
Update README for clarity on event options
1 parent 47eeaf2 commit 10c661a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ on:
5858
- push
5959
- fork
6060
61-
# option 3: events with options
61+
# option 3: multiple events with options
6262
on:
6363
push:
6464
branches:
@@ -68,6 +68,7 @@ on:
6868
- opened
6969
schedule:
7070
- cron: '30 5,17 * * *'
71+
timezone: 'America/New_York'
7172
7273
# option 4: manual trigger where you can specify a max of 25 inputs
7374
on:

0 commit comments

Comments
 (0)