File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,11 @@ jobs:
5050 update-pull-request-title-and-body : true
5151 branch : chore/update-pnpm
5252 body : |
53- Updates pnpm from ${{ steps.update-pnpm.outputs.old }} to version ${{ steps.update-pnpm.outputs.new }}
53+ Updates pnpm from ${{ steps.update-pnpm.outputs.old }} to ${{ steps.update-pnpm.outputs.new }}
5454
5555 cc @nodejs/web-infra
5656
5757 Check this workflow's logs at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}.
58- commit-message : ' chore: update pnpm to ${{ steps.update-pnpm.outputs.new }}'
59- labels : fast-track
60- title : ' chore: update pnpm to ${{ steps.update-pnpm.outputs.new }}'
58+ commit-message : ' meta: update pnpm from ${{ steps.update-pnpm.outputs.old }} to ${{ steps.update-pnpm.outputs.new }}'
59+ title : ' meta: update pnpm from ${{ steps.update-pnpm.outputs.old }} to ${{ steps.update-pnpm.outputs.new }}'
6160 draft : true
You can’t perform that action at this time.
0 commit comments