Skip to content

Commit a3682b5

Browse files
committed
chore: fix update_dep
1 parent cfea8b7 commit a3682b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
commit-message: 'fix(ignore): update ${{ github.event.client_payload.package }} to ${{ github.event.client_payload.version }}'
3232
branch: 'deps/${{ github.event.client_payload.package }}'
33-
title: Update ${{ github.event.client_payload.package }} to ${{ github.event.client_payload.version }}
33+
title: 'fix(ignore): update ${{ github.event.client_payload.package }} to ${{ github.event.client_payload.version }}'
3434
token: ${{ secrets.GH_TOKEN }}
3535
- run: sleep 5 # Otherwise pull request may not exist yet causing automerge to fail
3636
- run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"

0 commit comments

Comments
 (0)