Skip to content

Commit

Permalink
fix: 📝 casing and tense of commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
signekb committed Dec 22, 2024
1 parent caed7b8 commit 9a1d2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9a1d2b0

Please sign in to comment.