Skip to content

Commit

Permalink
Fix auto PR title (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Jun 29, 2024
1 parent 34e599d commit c18df23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.AUTO_UPDATE_PACKAGE }}
title: "[update-bot] Update README.md"
title: "[update-bot] Update package"
branch: ${{ steps.branch.outputs.BRANCH }}
commit-message: "Automated package update"
body: |
Expand Down

0 comments on commit c18df23

Please sign in to comment.