From 01e187581f8ba5aab13f86cdb16b5a7179780208 Mon Sep 17 00:00:00 2001 From: David Senoner Date: Fri, 25 Oct 2024 12:50:29 +0200 Subject: [PATCH] ci: change commit message --- .github/workflows/submodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index 3b63e2b..53fe645 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -33,5 +33,5 @@ jobs: git config user.email "actions@github.com" git config user.name "GitHub Actions" git add --all - git commit -m "Update submodules" || echo "No changes to commit" + git commit -m "nvim: update submodule" || echo "No changes to commit" git push