From: Jérôme Benoit Date: Sat, 18 Mar 2023 12:53:57 +0000 (+0100) Subject: build(ci): ensure commit message follow conventionnal commit rules X-Git-Tag: v2.3.9~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=72d85d71c9ddc91b4252d13152e376742c47b29c;p=poolifier.git build(ci): ensure commit message follow conventionnal commit rules Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 863aa1e9..6e116e2f 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -26,7 +26,7 @@ jobs: run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git commit -m "Generate documentation" -a + git commit -m "chore: generate documentation" -a - name: Push changes if: "github.repository == 'poolifier/poolifier' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'"