This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-25
lines changed
Expand file tree Collapse file tree 5 files changed +9
-25
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77permissions :
88 contents : write
9+ # Have no job running uselessly.
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
913jobs :
1014 build_and_deploy :
1115 runs-on : ubuntu-latest
3135 - name : Commit OpenAPI specification to repository
3236 run : |
3337 tree -L 2
34- mv ./polyproto/tsp-output/schema/openapi.polyproto.core.v1.0-beta.1.yaml ./build/core-openapi3.yaml
35- mv ./polyproto/tsp-output/schema/openapi.polyproto.chat.v0.1.0-alpha.0.yaml ./build/chat-openapi3.yaml
38+ mv -f ./polyproto/tsp-output/schema/* ./build/
3639 git add ./build/*
37- git commit -m "[ bot] update openapi3 schema" || true
40+ git commit -m "chore( bot): update openapi3 schema" || true
3841 git push || true
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33options :
44 " @typespec/openapi3 " :
55 emitter-output-dir : " {output-dir}/schema"
6+ output-file : " {service-name}-{version}.yaml"
67 openapi-versions :
7- - 3.1.0
8+ - " 3.1.0"
9+ - " 3.0.0"
You can’t perform that action at this time.
0 commit comments