From d9b04f1b9a04765d2b682469e88aa3dfc1f67980 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 22 Jun 2022 15:50:42 +1200 Subject: [PATCH] DOC Add lines-breaks to example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bc32657..40ce16f 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,13 @@ There are no inputs for configuring this action - just define your schedule so t **.github/workflows/keepalive.yml** ```yml name: Keepalive + on: # Run on a schedule of once per month schedule: - cron: '0 0 1 * *' workflow_dispatch: + jobs: keepalive: name: Keepalive