From 5ecf986c44d5faadb2f0f67046e07a44adf80d21 Mon Sep 17 00:00:00 2001 From: Daniel Bodky Date: Fri, 7 Jul 2023 17:12:41 +0200 Subject: [PATCH] Fixes workflow syntax --- .github/workflows/recommend-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/recommend-base.yml b/.github/workflows/recommend-base.yml index 23ecc91..d4d24ac 100644 --- a/.github/workflows/recommend-base.yml +++ b/.github/workflows/recommend-base.yml @@ -2,7 +2,7 @@ name: Recommend Base Image Improvements on: schedule: - cron: '0 0 1 */1 *' + - cron: '0 0 1 */1 *' workflow_dispatch: {} jobs: