From c03a83f9cdfefec0ec219d253d5e7ff298f52726 Mon Sep 17 00:00:00 2001 From: 52 69 63 68 61 72 64 Date: Sun, 29 Dec 2024 07:36:19 +0100 Subject: [PATCH] chore: change commit message --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7ef2cfc..4c9acf2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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