Skip to content

Commit

Permalink
chore: fix ci-package.yml (#252)
Browse files Browse the repository at this point in the history
#### What this PR does / why we need it:

Fix commit message.
  • Loading branch information
fuxingloh authored Feb 13, 2024
1 parent fd251fd commit 803331c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0
with:
token: ${{ steps.app.outputs.token }}
commit-message: 'chore(package): npm run package'
title: 'chore(package): npm run package'
commit-message: 'chore(ci): npm run package'
title: 'chore(ci): npm run package'
body: |
#### What this PR does / why we need it:
Expand Down

0 comments on commit 803331c

Please sign in to comment.