diff options
author | Joel Challis <git@zvecr.com> | 2023-01-01 02:38:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-01 13:38:31 +1100 |
commit | cd1f05a23aee74baa722020c4930f274ff46ea37 (patch) | |
tree | da5ec62861f3bc6749e97ee7831aa2d42e0e66fe | |
parent | fc2c9ccbc574dc54fd548bcf266dcffe4027773e (diff) |
Use unique name for regen PR branches (#19464)
-rw-r--r-- | .github/workflows/regen_push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/regen_push.yml b/.github/workflows/regen_push.yml index fb3314f319..37b26d980c 100644 --- a/.github/workflows/regen_push.yml +++ b/.github/workflows/regen_push.yml @@ -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 |