Skip to content

Commit

Permalink
ci: change commit message, pr title and body
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Aug 4, 2024
1 parent e78a943 commit 92c1e0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,10 @@ jobs:
with:
token: ${{ secrets.MAA_HOMEBREW_BUMP_PR }}
commit-message: |
Bump maa-cli to ${{ inputs.version }}
chore: bump maa-cli to ${{ inputs.version }}
branch: chore/bump/maa-cli-${{ inputs.version }}
title: "chore: bump maa-cli to ${{ inputs.version }}"
body: |
Bump maa-cli to ${{ inputs.version }}.
See [maa-cli changelog](https://github.com/MaaAssistantArknights/maa-cli/releases/tag/v${{ inputs.version }}) for more details.

0 comments on commit 92c1e0c

Please sign in to comment.