Skip to content

Commit c70d13d

Browse files
committed
[Docs Site] Fix branch name in API schema workflow
1 parent 0c9141e commit c70d13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-api-schemas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
gh pr create \
5353
--title "[Docs Site] Update pinned api-schemas commit" \
5454
--body "This PR updates the api-schemas commit reference to the latest version ($NEW_COMMIT)." \
55-
--base main \
55+
--base production \
5656
--head $BRANCH_NAME
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)