Skip to content

Commit c25c334

Browse files
committed
chore: simplify update branch naming in auto-dependency-updater workflow
1 parent f788756 commit c25c334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-dependency-updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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
@@ -69,7 +69,7 @@ jobs:
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 }}.'

0 commit comments

Comments
 (0)