File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 pull_request :
66 workflow_call :
77 inputs :
8- artifact :
9- description : >-
10- Take the bundle from this run's artifacts rather than the latest
11- release. Only set it when the caller shares the run.
12- required : false
13- type : boolean
14- default : false
158 ref :
169 description : Ref of this repository to build.
1710 required : false
@@ -24,12 +17,14 @@ jobs:
2417 build :
2518 runs-on : ubuntu-latest
2619 steps :
27- - uses : vrchatapi/specification/.github/ actions/setup@ci/modernise-actions
20+ - uses : actions/checkout@v7
2821 with :
2922 repository : vrchatapi/vrchatapi-python
3023 ref : ${{ inputs.ref || github.ref }}
24+
25+ - uses : vrchatapi/specification/.github/actions/setup@ci/modernise-actions
26+ with :
3127 bundle : openapi-legacy.yaml
32- artifact : ${{ inputs.artifact }}
3328 generator : 6.2.1
3429
3530 - uses : actions/setup-python@v7
You can’t perform that action at this time.
0 commit comments