Re-use branch name where possible

This commit is contained in:
Zach Borboa
2025-11-12 21:05:14 -05:00
parent 4b83a84946
commit 017f2a83e3
@@ -49,7 +49,7 @@ jobs:
title: ⬆ Update ${{ github.event.inputs.package_name }}
body: "Updating ${{ github.event.inputs.package_name }}"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
branch: "create-pull-request/upgrade-${{ github.event.inputs.package_name }}-${{ github.run_id }}"
branch: "create-pull-request/upgrade-${{ github.event.inputs.package_name }}"
committer: GitHub <noreply@github.com>
delete-branch: true
token: ${{ secrets.PHP_CURL_CLASS_BOT_TOKEN }}