Skip to content

Commit 1ad7abd

Browse files
committed
ci(update): fix branch name for @octokit/webhooks-definitions updates
1 parent 39c2e90 commit 1ad7abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
title: "\U0001F6A7 \U0001F916\U0001F4EF Webhooks changed"
2323
body: "A new release of [@octokit/webhooks](https://github.com/octokit/webhooks) was just released \U0001F44B\U0001F916\n\nThis pull request updates the TypeScript definitions derived from `@octokit/webhooks`. I can't tell if the changes are fixes, features or breaking, you'll have to figure that out on yourself and adapt the commit messages accordingly to trigger the right release, see [our commit message conventions](https://github.com/octokit/openapi/blob/main/CONTRIBUTING.md#merging-the-pull-request--releasing-a-new-version).\n"
24-
branch: "${{ github.ref }}"
24+
branch: "update-octokit-webhooks"
2525
author: Octokit Bot <[email protected]>
2626
commit-message: "WIP: Webhooks changed - please review"
2727
labels: "maintenance"

0 commit comments

Comments
 (0)