mirror of
https://github.com/darwincereska/homebrew-software.git
synced 2026-02-12 04:04:41 -05:00
fix
This commit is contained in:
3
.github/workflows/bump-ttymer.yml
vendored
3
.github/workflows/bump-ttymer.yml
vendored
@@ -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
|
||||||
|
|||||||
5
.github/workflows/bump-xswitcher.yml
vendored
5
.github/workflows/bump-xswitcher.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user