Skip to content

Commit

Permalink
Fix description for cron example.
Browse files Browse the repository at this point in the history
  • Loading branch information
achton authored Dec 18, 2019
1 parent f227662 commit 6a322cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It has some required and some optional settings, which are passed to the action
- `JIRA_RESTRICTED_GROUP`: If set, the action will add a restricted comment to the ticket, viewable by only this Jira group. (*Optional*)
- `JIRA_RESTRICTED_COMMENT`: The comment to post. Use the YAML multiline operator for adding linebreaks to the comment. (*Optional, but required if group is set*)

Here is an example setup which runs this action every 15 mins.
Here is an example setup which runs this action every 6 hours.

```yaml
name: GitHub Security Alerts for Jira
Expand Down

0 comments on commit 6a322cf

Please sign in to comment.