File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ipsw watch <ORG/REPO> [flags]
20
20
# Watch the main branch of the WebKit/WebKit repo for new commits every 5 minutes with the pattern '254930' for the last 30 days
21
21
❯ ipsw watch --pattern ' 254930' --days 30 WebKit/WebKit --branch main --timeout 5m
22
22
# Watch the main branch of the WebKit/WebKit repo for new commits every 5 minutes and announce to Discord
23
- ❯ IPSW_WATCH_DISCORD_ID=1234 IPSW_WATCH_DISCORD_TOKEN=SECRET ipsw watch --pattern ' Lockdown Mode' --days 10 WebKit/WebKit
23
+ ❯ IPSW_WATCH_DISCORD_ID=1234 IPSW_WATCH_DISCORD_TOKEN=SECRET ipsw watch --pattern ' Lockdown Mode' --days 1 --timeout 5m WebKit/WebKit
24
24
# Watch the main branch of the WebKit/WebKit repo for new commits every 5 minutes and run a command on new commits
25
25
# NOTE: the command will have access to the following environment variables:
26
26
# - IPSW_WATCH_OID
You can’t perform that action at this time.
0 commit comments