We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df89c73 commit b8c72c8Copy full SHA for b8c72c8
.github/workflows/dispatch_update.yml
@@ -49,6 +49,7 @@ jobs:
49
pr_title="Update all tools of $INSTANCE"
50
{
51
echo "pr_title=$pr_title"
52
+ echo "branch_name=$INSTANCE"
53
echo "pr_body<<EOF"
54
echo "I ran the following:"
55
echo "- make INSTANCE=$INSTANCE lint"
@@ -60,8 +61,8 @@ jobs:
60
61
- name: Create Pull Request
62
uses: peter-evans/create-pull-request@v7
63
with:
- branch: create-pull-request/update
64
- branch-suffix: random
+ branch: create-pull-request/${{ steps.vars.outputs.branch_name }}
65
+ # branch-suffix: random
66
committer: CESNETbot <[email protected]>
67
commit-message: ${{ steps.vars.outputs.pr_title }}
68
title: ${{ steps.vars.outputs.pr_title }}
0 commit comments