Skip to content

Commit b8c72c8

Browse files
committed
name branch after instance
1 parent df89c73 commit b8c72c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dispatch_update.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
pr_title="Update all tools of $INSTANCE"
5050
{
5151
echo "pr_title=$pr_title"
52+
echo "branch_name=$INSTANCE"
5253
echo "pr_body<<EOF"
5354
echo "I ran the following:"
5455
echo "- make INSTANCE=$INSTANCE lint"
@@ -60,8 +61,8 @@ jobs:
6061
- name: Create Pull Request
6162
uses: peter-evans/create-pull-request@v7
6263
with:
63-
branch: create-pull-request/update
64-
branch-suffix: random
64+
branch: create-pull-request/${{ steps.vars.outputs.branch_name }}
65+
# branch-suffix: random
6566
committer: CESNETbot <[email protected]>
6667
commit-message: ${{ steps.vars.outputs.pr_title }}
6768
title: ${{ steps.vars.outputs.pr_title }}

0 commit comments

Comments
 (0)