Skip to content

Commit f227662

Browse files
authored
Merge pull request #4 from reload/six-hour-interval-1
Example in README should be six hour interval
2 parents ebe1316 + d3ba463 commit f227662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ name: GitHub Security Alerts for Jira
3939

4040
on:
4141
schedule:
42-
- cron: '*/15 * * * *'
42+
- cron: '0 */6 * * *'
4343

4444
jobs:
4545
syncSecurityAlerts:
@@ -74,4 +74,4 @@ After that, you can execute the Symfony console app like so:
7474
docker-compose run --rm ghsec-jira --verbose --dry-run
7575
```
7676

77-
Remove the `--dry-run` option to actually create issues in Jira.
77+
Remove the `--dry-run` option to actually create issues in Jira.

0 commit comments

Comments
 (0)