Skip to content

Commit c688fc7

Browse files
committed
ci: let setup decide where the bundle comes from
1 parent 4c0a729 commit c688fc7

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ on:
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

0 commit comments

Comments
 (0)