Skip to content

Commit 017f2a8

Browse files
committed
Re-use branch name where possible
1 parent 4b83a84 commit 017f2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/outdated-update-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
title: ⬆ Update ${{ github.event.inputs.package_name }}
5050
body: "Updating ${{ github.event.inputs.package_name }}"
5151
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
52-
branch: "create-pull-request/upgrade-${{ github.event.inputs.package_name }}-${{ github.run_id }}"
52+
branch: "create-pull-request/upgrade-${{ github.event.inputs.package_name }}"
5353
committer: GitHub <[email protected]>
5454
delete-branch: true
5555
token: ${{ secrets.PHP_CURL_CLASS_BOT_TOKEN }}

0 commit comments

Comments
 (0)