Skip to content

Commit 494222b

Browse files
committed
Use branch name
1 parent bd302e3 commit 494222b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/schema-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
uses: peter-evans/create-pull-request@v6
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
50-
branch: vX.Y-publish-schema-iteration
50+
branch: ${{ github.ref_name }}-publish-schema-iteration
5151
base: gh-pages
5252
delete-branch: true
5353
path: deploy
5454
labels: Housekeeping,Schema
5555
reviewers: darrelmiller,webron,earth2marsh,webron,lornajane,mikekistler,miqui,ralfhandl,handrews,karenetheridge
56-
title: 'vX.Y: publish OpenAPI schema iterations'
56+
title: '${{ github.ref_name }}: publish OpenAPI schema iterations'
5757
commit-message: New OpenAPI schema iterations
5858
signoff: true
5959
body: |

0 commit comments

Comments
 (0)