Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aeimer committed Oct 23, 2023
1 parent ecbc472 commit f36dd8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
git config --global user.name 'QAware Homebrew Bot'
git config --global user.email 'qaware.homebrew.bot@qaware.de'
git add Aliases
git commit -m "chore: update Aliases"
git commit --quiet -m "chore: update Aliases" 2>/dev/null || {
echo "Nothing to commit or commit failed, will exit now"
exit 0
}
git push

0 comments on commit f36dd8a

Please sign in to comment.