From 7ee5d7e28c5c09a822e01492f90b77aab87b197a Mon Sep 17 00:00:00 2001 From: guozichun Date: Wed, 24 Apr 2024 13:48:01 +0800 Subject: [PATCH] feat(CI&CD): :sparkles: cI update name --- .github/workflows/Test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index bc9d8f5..531d2af 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -1,4 +1,4 @@ -name: Test +name: 🧪 Test on: push: branches: @@ -62,7 +62,7 @@ jobs: - name: Test run: pnpm run test - + - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: @@ -70,4 +70,4 @@ jobs: branch: ${{ github.ref }} base: main labels: "CI" - assignees: "guozichun" \ No newline at end of file + assignees: "guozichun"