Parcourir la source

add commit message

Shahed Nasser il y a 1 an
Parent
commit
7b129bc9dd

+ 1 - 0
.github/workflows/update-preview-deps-ci.yml

@@ -59,6 +59,7 @@ jobs:
         uses: peter-evans/create-pull-request@v5
         with:
           title: "chore(feat/v2-ci): updated preview dependencies [automated]"
+          commit-message: "chore(feat/v2-ci): updated preview dependencies [automated]"
           body: "This PR updates preview dependencies to the latest versions."
           branch: "chore/update-preview"
           branch-suffix: "timestamp"

+ 1 - 0
.github/workflows/update-preview-deps.yml

@@ -60,6 +60,7 @@ jobs:
         with:
           title: "chore(feat/v2): updated preview dependencies [automated]"
           body: "This PR updates preview dependencies to the latest versions."
+          commit-message: "chore(feat/v2-ci): updated preview dependencies [automated]"
           branch: "chore/update-preview"
           branch-suffix: "timestamp"
           token: ${{ secrets.PAT_TOKEN }}