File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
runs-on : ubuntu-latest
104
104
steps :
105
105
- name : Generate OpenAPI documentation
106
- uses : stacks-network/actions/openapi@feat/upgrade-redocly-action
106
+ uses : stacks-network/actions/openapi@main
107
107
with :
108
108
input : " ./docs/rpc/openapi.yaml"
109
109
output : " ./openapi-docs.html"
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ components:
106
106
ContractInterface :
107
107
$ref : ./components/schemas/contract-interface.schema.yaml
108
108
ContractSource :
109
- $ref : ./components/schemas/contract-source.schemma .yaml
109
+ $ref : ./components/schemas/contract-source.schema .yaml
110
110
ReadOnlyFunctionArgs :
111
111
$ref : ./components/schemas/read-only-function-args.schema.yaml
112
112
ReadOnlyFunctionResult :
You can’t perform that action at this time.
0 commit comments