From 6a322cf30082315b07558860a7fcf647fcf12ac9 Mon Sep 17 00:00:00 2001 From: Achton Smidt Winther Date: Wed, 18 Dec 2019 22:54:30 +0100 Subject: [PATCH] Fix description for cron example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a027cfc..dd56174 100644 --- a/README.md +++ b/README.md @@ -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