Skip to content

Commit 25069e7

Browse files
committed
chore: fix combine dependabot action
1 parent 0272594 commit 25069e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/combine-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
poetry lock
7676
git add -A
7777
git commit -m "update lock file" --no-verify
78-
git push
78+
git push origin "${{ inputs.branch_name }}"
7979
echo "pr_body=$pr_body" >> $GITHUB_OUTPUT
8080
- name: Create Pull Request
8181
uses: actions/github-script@v6

0 commit comments

Comments
 (0)