We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973ad10 commit fab43b6Copy full SHA for fab43b6
.github/workflows/wrap_branch.yml
@@ -73,7 +73,7 @@ jobs:
73
committer: GitHub <noreply@github.com>
74
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
75
signoff: false
76
- branch: 3.10/wrap
+ branch: ${{ github.ref_name }}_wrap
77
delete-branch: true
78
title: 'Wrap branch: ${{ github.ref_name }}'
79
body: |
0 commit comments