From ea5ae188761e9f28218e18ea01caf9d0987d1c58 Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Thu, 22 Oct 2020 18:29:58 +0200 Subject: [PATCH] Fix alignment of cron comment --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e517dfa76..6f35ee780 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ on: pull_request: schedule: # ┌───────────── minute (0 - 59) - # │ ┌───────────── hour (0 - 23) - # │ │ ┌───────────── day of the month (1 - 31) - # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) - # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) - # │ │ │ │ │ - # │ │ │ │ │ - # │ │ │ │ │ - # * * * * * + # │ ┌───────────── hour (0 - 23) + # │ │ ┌───────────── day of the month (1 - 31) + # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) + # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) + # │ │ │ │ │ + # │ │ │ │ │ + # │ │ │ │ │ + # * * * * * - cron: '30 1 * * 0' jobs: