build(ci): ensure commit message follow conventionnal commit rules
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 18 Mar 2023 12:53:57 +0000 (13:53 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 18 Mar 2023 12:53:57 +0000 (13:53 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/generate-documentation.yml

index 863aa1e9765dfd23590bbf597c3cd921b3097f43..6e116e2f04cd2be889712b1c0768f51c8f4458e8 100644 (file)
@@ -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 }}'"