Skip to content

Commit

Permalink
Merge pull request #4 from reload/six-hour-interval-1
Browse files Browse the repository at this point in the history
Example in README should be six hour interval
  • Loading branch information
arnested authored Dec 18, 2019
2 parents ebe1316 + d3ba463 commit f227662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ name: GitHub Security Alerts for Jira

on:
schedule:
- cron: '*/15 * * * *'
- cron: '0 */6 * * *'

jobs:
syncSecurityAlerts:
Expand Down Expand Up @@ -74,4 +74,4 @@ After that, you can execute the Symfony console app like so:
docker-compose run --rm ghsec-jira --verbose --dry-run
```

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

0 comments on commit f227662

Please sign in to comment.