We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9141e commit c70d13dCopy full SHA for c70d13d
.github/workflows/update-api-schemas.yml
@@ -52,7 +52,7 @@ jobs:
52
gh pr create \
53
--title "[Docs Site] Update pinned api-schemas commit" \
54
--body "This PR updates the api-schemas commit reference to the latest version ($NEW_COMMIT)." \
55
- --base main \
+ --base production \
56
--head $BRANCH_NAME
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments