Browse Source

Use unique name for regen PR branches (#19464)

pull/19474/head
Joel Challis 1 year ago
committed by GitHub
parent
commit
cd1f05a23a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/regen_push.yml

+ 1
- 1
.github/workflows/regen_push.yml View File

@ -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…
Cancel
Save