mirror of
https://github.com/darwincereska/homebrew-software.git
synced 2026-02-12 04:04:41 -05:00
update: Updated naming for bump files, added kdeconnect
This commit is contained in:
2
.github/workflows/bump-xswitcher.yml
vendored
2
.github/workflows/bump-xswitcher.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
git add Formula/xswitcher.rb
|
||||
if ! git diff --cached --quiet; then
|
||||
VERSION=${{ steps.fetch.outputs.version }}
|
||||
git commit -m "Auto-update xswitcher to $VERSION"
|
||||
git commit -m "bump: Updated xswitcher to $VERSION"
|
||||
git push
|
||||
else
|
||||
echo "No changes to commit"
|
||||
|
||||
Reference in New Issue
Block a user