forked from mirrors/qmk_firmware
Use unique name for regen PR branches (#19464)
This commit is contained in:
parent
fc2c9ccbc5
commit
cd1f05a23a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/regen_push.yml
vendored
2
.github/workflows/regen_push.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.QMK_BOT_TOKEN }}
|
||||
delete-branch: true
|
||||
branch: bugfix/format_${{ env.GITHUB_REF_SLUG }}
|
||||
branch: bugfix/regen_${{ env.GITHUB_REF_SLUG }}
|
||||
author: QMK Bot <hello@qmk.fm>
|
||||
committer: QMK Bot <hello@qmk.fm>
|
||||
commit-message: Regenerate Files
|
||||
|
|
Loading…
Reference in a new issue