From 582116ea15b4c4158d8da664e00bff92a4f87b20 Mon Sep 17 00:00:00 2001 From: Darwin Cereska Date: Thu, 19 Jun 2025 17:21:16 -0400 Subject: [PATCH] fix --- .github/workflows/bump-ttymer.yml | 3 ++- .github/workflows/bump-xswitcher.yml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump-ttymer.yml b/.github/workflows/bump-ttymer.yml index 30a3dca..6df75f4 100644 --- a/.github/workflows/bump-ttymer.yml +++ b/.github/workflows/bump-ttymer.yml @@ -3,7 +3,7 @@ name: Bump TTYmer Formula on: workflow_dispatch: schedule: - - cron: '0 * * * *' + - cron: '0 * * * *' # every hour jobs: bump: @@ -57,3 +57,4 @@ jobs: git push else echo "No changes to commit" + fi diff --git a/.github/workflows/bump-xswitcher.yml b/.github/workflows/bump-xswitcher.yml index c254862..6abcee0 100644 --- a/.github/workflows/bump-xswitcher.yml +++ b/.github/workflows/bump-xswitcher.yml @@ -1,9 +1,9 @@ -name: Bump XSwitcher Formula +name: Bump xswitcher Formula on: workflow_dispatch: schedule: - - cron: '0 * * * *' + - cron: '0 * * * *' # every hour jobs: bump: @@ -57,3 +57,4 @@ jobs: git push else echo "No changes to commit" + fi