From 964c1802d327d1c3574e8c1402c7f61e8c5ad53f Mon Sep 17 00:00:00 2001 From: Spedon <70063177+Sped0n@users.noreply.github.com> Date: Sat, 3 Feb 2024 23:26:28 +0800 Subject: [PATCH] ci: update build.yml file (#261) - Modify the title and commit message for updating bundled artifacts in the build.yml file --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 136e636..3ce4e96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.PAT }} - title: Update bundled artifacts - commit-message: Update bundled artifacts + title: "ci: update bundled artifacts" + commit-message: "ci: update bundled artifacts" branch: update-artifacts-${{ steps.version.outputs.builddate }} base: main