Skip to content

Commit b02d291

Browse files
committed
Revert "test failing action"
This reverts commit 602516f.
1 parent d083254 commit b02d291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-latest
104104
steps:
105105
- name: Generate OpenAPI documentation
106-
uses: stacks-network/actions/openapi@feat/upgrade-redocly-action
106+
uses: stacks-network/actions/openapi@main
107107
with:
108108
input: "./docs/rpc/openapi.yaml"
109109
output: "./openapi-docs.html"

docs/rpc/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ components:
106106
ContractInterface:
107107
$ref: ./components/schemas/contract-interface.schema.yaml
108108
ContractSource:
109-
$ref: ./components/schemas/contract-source.schemma.yaml
109+
$ref: ./components/schemas/contract-source.schema.yaml
110110
ReadOnlyFunctionArgs:
111111
$ref: ./components/schemas/read-only-function-args.schema.yaml
112112
ReadOnlyFunctionResult:

0 commit comments

Comments
 (0)