File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5858 ${{ runner.os }}-pnpm-store
5959
6060 - name : Create update branch
61- run : git checkout -b ${{ env.issue }}-${{ env.version }}/auto-update-deps-${{ matrix.base }}
61+ run : git checkout -b ${{ env.issue }}-${{ env.version }}/auto-update-deps
6262 - name : Install
6363 run : pnpm i --no-frozen-lockfile
6464 - name : Update dependencies
6969 uses : peter-evans/create-pull-request@v6
7070 with :
7171 base : ${{ matrix.base }}
72- branch : ${{ env.issue }}-${{ env.version }}/auto-update-deps-${{ matrix.base }}
72+ branch : ${{ env.issue }}-${{ env.version }}/auto-update-deps
7373 commit-message : chore: update dependencies and lock file
7474 title : ' chore: update dependencies and lock file'
7575 body : ' Automated dependency updates from issue #${{ env.issue }}.'
You can’t perform that action at this time.
0 commit comments