Skip to content

Commit

Permalink
ci: change commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
aeimer committed Jul 28, 2024
1 parent ec0836c commit 0b18ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci-scripts/commit-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -euo pipefail
# Enable debug - print commands
#set -x

git add Aliases README.md
git commit --quiet -m "chore: update Aliases" || {
git add README.md
git commit --quiet -m "chore: update TOC" || {
echo "Nothing to commit or commit failed, will exit now"
exit 0
}
Expand Down

0 comments on commit 0b18ace

Please sign in to comment.