Skip to content

Commit 602516f

Browse files
committed
test failing action
1 parent 81ca206 commit 602516f

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@main
106+
uses: stacks-network/actions/openapi@feat/upgrade-redocly-action
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
@@ -99,7 +99,7 @@ components:
9999
ContractInterface:
100100
$ref: ./components/schemas/contract-interface.schema.yaml
101101
ContractSource:
102-
$ref: ./components/schemas/contract-source.schema.yaml
102+
$ref: ./components/schemas/contract-source.schemma.yaml
103103
ReadOnlyFunctionArgs:
104104
$ref: ./components/schemas/read-only-function-args.schema.yaml
105105
ReadOnlyFunctionResult:

0 commit comments

Comments
 (0)