We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab0f57 commit abce066Copy full SHA for abce066
1 file changed
.github/workflows/sync-openapi-spec-to-docs.yml
@@ -49,7 +49,7 @@ jobs:
49
50
git checkout -b "$BRANCH_NAME"
51
git add openapi.yaml
52
- git commit -m "Sync OpenAPI spec from openapi-spec"
+ git commit -m "Sync OpenAPI spec"
53
git push origin "$BRANCH_NAME"
54
55
gh pr create \
0 commit comments