Kaynağa Gözat

Use unique name for regen PR branches (#19464)

Joel Challis 3 yıl önce
ebeveyn
işleme
cd1f05a23a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/regen_push.yml

+ 1 - 1
.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