From 3a0ebc08f67bdba831196ed217a1ba0563632f77 Mon Sep 17 00:00:00 2001 From: Michael Gannett <123316262+msg087@users.noreply.github.com> Date: Thu, 7 Dec 2023 19:05:41 -0500 Subject: [PATCH] Fix indentation in update_readme.yaml --- .github/workflows/update_readme.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_readme.yaml b/.github/workflows/update_readme.yaml index 900acd7..d3ebb97 100644 --- a/.github/workflows/update_readme.yaml +++ b/.github/workflows/update_readme.yaml @@ -3,8 +3,8 @@ name: Update README on: push: - branches: - - main + branches: + - main schedule: - cron: "0 */1 * * *"