Skip to content

Commit

Permalink
feat(CI&CD): ✨ cI update name
Browse files Browse the repository at this point in the history
  • Loading branch information
guotingchao committed Apr 24, 2024
1 parent 18b6d29 commit 7ee5d7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: 🧪 Test
on:
push:
branches:
Expand Down Expand Up @@ -62,12 +62,12 @@ jobs:

- name: Test
run: pnpm run test

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
base: main
labels: "CI"
assignees: "guozichun"
assignees: "guozichun"

0 comments on commit 7ee5d7e

Please sign in to comment.