From f4aec007b8777ec5191cc485e888229f806593bd Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Mon, 23 Dec 2024 17:06:12 +0100 Subject: [PATCH] debugging ci :) (: --- .github/workflows/deploy-openapi-spec.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-openapi-spec.yml b/.github/workflows/deploy-openapi-spec.yml index b98f1fa2..24361ae2 100644 --- a/.github/workflows/deploy-openapi-spec.yml +++ b/.github/workflows/deploy-openapi-spec.yml @@ -31,6 +31,7 @@ jobs: - name: Commit OpenAPI specification to repository run: | cd ../../ + tree -L 2 mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0.yaml ./build/core-openapi3.yaml git add ./build/* git commit -m "[bot]update openapi3 schema"