Skip to content

Commit 1e3805e

Browse files
committed
fix: use matching branch name
1 parent 0f0ec2a commit 1e3805e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/uv-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
7272
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7
7373
with:
74-
branch: create-pull-request/yarn-update
74+
branch: create-pull-request/uv-lock-update
7575
title: 'chore(deps): update lockfile'
7676
commit-message: 'chore(deps): update lockfile'
7777

0 commit comments

Comments
 (0)