From 9a1d2b086502d36b59baa0b38818b79dcbad311d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= Date: Sun, 22 Dec 2024 18:12:25 +0100 Subject: [PATCH] fix: :memo: casing and tense of commit message --- .github/workflows/reusable-document.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-document.yaml b/.github/workflows/reusable-document.yaml index 43236cb..a93c98b 100644 --- a/.github/workflows/reusable-document.yaml +++ b/.github/workflows/reusable-document.yaml @@ -40,5 +40,5 @@ jobs: git config --local user.name "$GITHUB_ACTOR" git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com" git add man/\* NAMESPACE DESCRIPTION - git commit -m "chore: :bento: Re-generated roxygen2 documentation" || echo "No changes to commit" + git commit -m "chore: :bento: re-generate roxygen2 documentation" || echo "No changes to commit" git push