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@main
106
+ uses : stacks-network/actions/openapi@feat/upgrade-redocly-action
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 @@ -99,7 +99,7 @@ components:
99
99
ContractInterface :
100
100
$ref : ./components/schemas/contract-interface.schema.yaml
101
101
ContractSource :
102
- $ref : ./components/schemas/contract-source.schema .yaml
102
+ $ref : ./components/schemas/contract-source.schemma .yaml
103
103
ReadOnlyFunctionArgs :
104
104
$ref : ./components/schemas/read-only-function-args.schema.yaml
105
105
ReadOnlyFunctionResult :
You can’t perform that action at this time.
0 commit comments