This commit is contained in:
Darwin Cereska
2025-06-19 17:21:16 -04:00
parent 1a64242519
commit 582116ea15
2 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: Bump TTYmer Formula
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 * * * *' # every hour
jobs: jobs:
bump: bump:
@@ -57,3 +57,4 @@ jobs:
git push git push
else else
echo "No changes to commit" echo "No changes to commit"
fi

View File

@@ -1,9 +1,9 @@
name: Bump XSwitcher Formula name: Bump xswitcher Formula
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 * * * *' # every hour
jobs: jobs:
bump: bump:
@@ -57,3 +57,4 @@ jobs:
git push git push
else else
echo "No changes to commit" echo "No changes to commit"
fi