ci: fix pr action branch
This commit is contained in:
2
.github/workflows/dependency-check.yml
vendored
2
.github/workflows/dependency-check.yml
vendored
@@ -199,7 +199,7 @@ jobs:
|
|||||||
committer: "Dependency Bot <bot@github.actions>"
|
committer: "Dependency Bot <bot@github.actions>"
|
||||||
author: "Dependency Bot <bot@github.actions>"
|
author: "Dependency Bot <bot@github.actions>"
|
||||||
base: ${{ github.ref_name }}
|
base: ${{ github.ref_name }}
|
||||||
branch: deps/auto-upgrade-${{ github.run_number }}
|
branch: ${{ github.actor }}:deps/auto-upgrade-${{ github.run_number }}
|
||||||
title: "⬆️ Automated Dependency Upgrade"
|
title: "⬆️ Automated Dependency Upgrade"
|
||||||
body-path: ${{ github.workspace }}/pr-body.txt
|
body-path: ${{ github.workspace }}/pr-body.txt
|
||||||
pr-label: "deps/bot"
|
pr-label: "deps/bot"
|
||||||
|
|||||||
Reference in New Issue
Block a user