Skip to content

Commit

Permalink
chore: change commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich authored Dec 29, 2024
1 parent 3d2d699 commit c03a83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ jobs:
if git diff --quiet --exit-code --cached; then
echo "No changes to commit."
else
git commit -m "Update bindgen files"
git commit -m "chore: update vendored bindings"
git push
fi

0 comments on commit c03a83f

Please sign in to comment.