ci: fix pr branch name in releases-json workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-01-31 13:51:30 +01:00
parent ded6376ece
commit 18760253b9
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -46,7 +46,7 @@ jobs:
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04
with:
base: master
branch: releases-json/${{ github.event.release.name }}
branch: bot/releases-json
commit-message: "github: update .github/releases.json"
signoff: true
delete-branch: true